Skip to content

Commit 0b3a917

Browse files
committed
-Ofast -> -O3
1 parent f8c0b88 commit 0b3a917

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LABEL maintainer="Frank Denis"
33
SHELL ["/bin/sh", "-x", "-c"]
44
ENV SERIAL 12
55

6-
ENV CFLAGS=-Ofast
6+
ENV CFLAGS=-O3
77
ENV BUILD_DEPS curl make build-essential git libevent-dev libexpat1-dev autoconf file libssl-dev flex bison
88
ENV RUNTIME_DEPS bash util-linux coreutils findutils grep libssl3 ldnsutils libevent-2.1 expat ca-certificates runit runit-helper jed
99

0 commit comments

Comments
 (0)