Put -Ae into CC not CFLAGS, since it's not optional.
This commit is contained in:
parent
dabe897940
commit
1fdf2edc9d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user