mirror of
https://github.com/nginx/nginx.git
synced 2026-05-28 04:12:47 -04:00
fix default -O
This commit is contained in:
parent
43bb0077d1
commit
21dd4be0c0
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ fi
|
|||
# warnings
|
||||
|
||||
# -W requires at least -O
|
||||
CFLAGS="$CFLAGS ${NGX_GCC_OPT:-O} -W"
|
||||
CFLAGS="$CFLAGS ${NGX_GCC_OPT:--O} -W"
|
||||
|
||||
CFLAGS="$CFLAGS -Wall -Wpointer-arith"
|
||||
#CFLAGS="$CFLAGS -Wconversion"
|
||||
|
|
|
|||
Loading…
Reference in a new issue