Skip to content
Snippets Groups Projects
Commit 1fdf2edc authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

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

parent dabe8979
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment