Commit 1fdf2edc authored by Peter Eisentraut's avatar Peter Eisentraut

Put -Ae into CC not CFLAGS, since it's not optional.

parent dabe8979
...@@ -2,7 +2,6 @@ if test "$GCC" = yes ; then ...@@ -2,7 +2,6 @@ if test "$GCC" = yes ; then
CFLAGS=-O2 CFLAGS=-O2
CCC=g++ CCC=g++
else else
CFLAGS=-Ae CC="$CC -Ae"
CPP='cc -E -Ae'
CCC=aCC CCC=aCC
fi fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment