Removed debug output line.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@811 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2003-02-24 03:40:09 +00:00
parent cb9eb9119f
commit 52c1da310f
-3
View File
@@ -50,9 +50,6 @@ CHOICE_debug_OPTIONS="nodebug debug strictdebug"
CHOICE_debug_TITLE="Include debugging information" CHOICE_debug_TITLE="Include debugging information"
CHOICE_debug_OPTION_nodebug_TITLE="No debugging information" CHOICE_debug_OPTION_nodebug_TITLE="No debugging information"
CHOICE_debug_OPTION_nodebug_ACTION='nodebug_action' CHOICE_debug_OPTION_nodebug_ACTION='nodebug_action'
CHOICE_debug_TEXT=" bla
bla
bla"
nodebug_action() { nodebug_action() {
CFLAGS="$CFLAGS -O3" CFLAGS="$CFLAGS -O3"
DEBUG=0 DEBUG=0