Skip to content

Commit

Permalink
Remove -pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
vincejv committed Nov 8, 2024
1 parent eb663b9 commit 7fef7f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ ARG NGINX_USER_UID=100
ARG NGINX_GROUP_GID=101

# NGINX Native CC Opt
ARG CC_OPT="-O3 -pipe -flto -ffat-lto-objects -fomit-frame-pointer -march=sandybridge"
ARG CC_OPT="-O3 -flto -ffat-lto-objects -fomit-frame-pointer -march=sandybridge"

# https://nginx.org/en/docs/http/ngx_http_v3_module.html
ARG CONFIG="\
--with-cc-opt='$CC_OPT' \
--with-cc-opt=\"$CC_OPT\" \
--build=quic-$NGINX_COMMIT \
--prefix=/etc/nginx \
--sbin-path=/usr/sbin/nginx \
Expand Down

0 comments on commit 7fef7f8

Please sign in to comment.