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

This commit is contained in:
Peter Eisentraut 2000-11-04 14:34:54 +00:00
parent dabe897940
commit 1fdf2edc9d
1 changed files with 1 additions and 2 deletions

View File

@ -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