Skip to content

Commit

Permalink
-Ofast -> -O3
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Jan 14, 2024
1 parent f8c0b88 commit 0b3a917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LABEL maintainer="Frank Denis"
SHELL ["/bin/sh", "-x", "-c"]
ENV SERIAL 12

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

Expand Down

0 comments on commit 0b3a917

Please sign in to comment.