Add -O0 to strict debug build type to match others

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3689 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2011-09-07 01:01:12 +00:00
parent 36baefcfdd
commit 6f6c5c0788
+1 -1
View File
@@ -150,7 +150,7 @@ uqm_prepare_config()
CFLAGS="$CFLAGS -g -O0 -DDEBUG -D_DEBUG"
;;
*)
CFLAGS="$CFLAGS -g -DDEBUG -W -Wall"
CFLAGS="$CFLAGS -g -O0 -DDEBUG -W -Wall"
# CFLAGS="$CFLAGS -O1"
# This is needed for -Wunitialized with gcc 3.4
CFLAGS="$CFLAGS -Wbad-function-cast -Wcast-qual -Wmissing-prototypes \