mirror of
https://github.com/nginx/nginx.git
synced 2024-11-21 16:28:40 +00:00
do not add NGX_GCC_OPT twice: it is added later with -W
This commit is contained in:
parent
733fb74d06
commit
84ab98f31d
@ -51,8 +51,6 @@ esac
|
|||||||
#NGX_GCC_OPT="-Os"
|
#NGX_GCC_OPT="-Os"
|
||||||
NGX_GCC_OPT="-O"
|
NGX_GCC_OPT="-O"
|
||||||
|
|
||||||
CFLAGS="$CFLAGS $NGX_GCC_OPT"
|
|
||||||
|
|
||||||
#CFLAGS="$CFLAGS -fomit-frame-pointer"
|
#CFLAGS="$CFLAGS -fomit-frame-pointer"
|
||||||
|
|
||||||
case $CPU in
|
case $CPU in
|
||||||
|
Loading…
Reference in New Issue
Block a user