mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
fix default -O
This commit is contained in:
@@ -147,7 +147,7 @@ fi
|
|||||||
# warnings
|
# warnings
|
||||||
|
|
||||||
# -W requires at least -O
|
# -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 -Wall -Wpointer-arith"
|
||||||
#CFLAGS="$CFLAGS -Wconversion"
|
#CFLAGS="$CFLAGS -Wconversion"
|
||||||
|
|||||||
Reference in New Issue
Block a user