From 6f6c5c07883ae5fbdfb78dad9735ea14bc7f528d Mon Sep 17 00:00:00 2001 From: avolkov Date: Wed, 7 Sep 2011 01:01:12 +0000 Subject: [PATCH] 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 --- sc2/build/unix/build.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/build/unix/build.config b/sc2/build/unix/build.config index 3b087761c..1fcaca92d 100644 --- a/sc2/build/unix/build.config +++ b/sc2/build/unix/build.config @@ -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 \