Change CFLAGS in another location.

This commit is contained in:
wbhart 2012-11-08 22:11:10 +00:00
parent 18382d6583
commit d1a55c8760

View File

@ -1160,7 +1160,7 @@ case $host in
abilist="64 32"
cclist_64="gcc cc"
gcc_64_cflags="-m64"
gcc_cflags_opt="-O3 -O2 -O1"
gcc_cflags_opt="-O2 -O1"
case $host in
*-*-linux-gnu)
gcc_64_ldflags="-Wl,-z,noexecstack" ;;