core: drop accidental checkin of -DDEBUG=1 syslinux-4.00-pre30
authorH. Peter Anvin <hpa@zytor.com>
Sun, 28 Feb 2010 02:48:37 +0000 (18:48 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 28 Feb 2010 02:48:37 +0000 (18:48 -0800)
We should not be compiling with -DDEBUG=1 by default!

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/Makefile

index b496433..a5d0fdd 100644 (file)
@@ -58,7 +58,7 @@ NASMOPT  += $(NASMDEBUG)
 
 PREPCORE = ../lzo/prepcore
 
-CFLAGS += -DDEBUG=1
+# CFLAGS       += -DDEBUG=1
 
 # The DATE is set on the make command line when building binaries for
 # official release.  Otherwise, substitute a hex string that is pretty much