From 7dc88a938529a6a5026ea8032eefd9102f9d0346 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Mon, 28 Jun 2004 01:03:44 +0000 Subject: [PATCH] Define DEBUG in 'Debug info + strict compile checks' mode too. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1396 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 4e83dcd9c..8e41047ef 100644 --- a/sc2/build/unix/build.config +++ b/sc2/build/unix/build.config @@ -99,7 +99,7 @@ uqm_prepare_config() CFLAGS=`echo $CFLAGS` # Remove all the unnecessary spaces from $CFLAGS, # for more readable messages. - DEBUG=0 + DEBUG=1 } CHOICE_debug_DEFAULT=debug