- various cleanups
This commit is contained in:
Stephan Raue 2009-12-01 15:16:46 +01:00
parent 94c82eabbc
commit 4ee4506690

View File

@ -13,7 +13,6 @@ else
CFLAGS="-mtune=generic"
fi
CFLAGS="$CFLAGS -g -O2 -fno-stack-protector"
#CFLAGS="$CFLAGS -g -Os"
if [ "$DEBUG" = yes ]; then
DEBUG_CONFIG="--enable-debug"