diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-01-11 16:20:18 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-01-11 16:20:18 +0000 |
commit | 21dd4be0c0debea5f21b9991e8f7dd84a06beaa9 (patch) | |
tree | 68d75b30e44de7d1b593dcd04626e54163161422 | |
parent | 43bb0077d134f95b3d27e008e238664649745b30 (diff) | |
download | nginx-21dd4be0c0debea5f21b9991e8f7dd84a06beaa9.tar.gz nginx-21dd4be0c0debea5f21b9991e8f7dd84a06beaa9.zip |
fix default -O
-rw-r--r-- | auto/cc/gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/cc/gcc b/auto/cc/gcc index e377fced8..8ac76fb98 100644 --- a/auto/cc/gcc +++ b/auto/cc/gcc @@ -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" |