Skip to content

Commit

Permalink
Add -g to CC_OPT
Browse files Browse the repository at this point in the history
  • Loading branch information
vincejv committed Nov 8, 2024
1 parent 3b640d4 commit a5272b3
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 @@ -37,7 +37,7 @@ ARG NGINX_USER_UID=100
ARG NGINX_GROUP_GID=101

# NGINX Native CC Opt
ARG CC_OPT="-O3 -flto=thin -ffat-lto-objects -fomit-frame-pointer -march=sandybridge"
ARG CC_OPT="-g -O3 -flto=thin -ffat-lto-objects -fomit-frame-pointer -march=sandybridge"
ARG LD_OPT="-Wl,-Bsymbolic-functions -flto=thin -ffat-lto-objects -flto=thin -Wl,-z,relro -Wl,-z,now"

# https://nginx.org/en/docs/http/ngx_http_v3_module.html
Expand Down

0 comments on commit a5272b3

Please sign in to comment.