commit | 21dd4be0c0debea5f21b9991e8f7dd84a06beaa9 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Thu Jan 11 16:20:18 2007 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Thu Jan 11 16:20:18 2007 +0000 |
tree | 68d75b30e44de7d1b593dcd04626e54163161422 | |
parent | 43bb0077d134f95b3d27e008e238664649745b30 [diff] |
fix default -O
diff --git a/auto/cc/gcc b/auto/cc/gcc index e377fce..8ac76fb 100644 --- a/auto/cc/gcc +++ b/auto/cc/gcc
@@ -147,7 +147,7 @@ # 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"