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
CFLAGS=-O2
CCC=g++
else
CFLAGS=-Ae
CPP='cc -E -Ae'
CC="$CC -Ae"
CCC=aCC
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