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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user