summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2010-02-27 18:48:37 -0800
committerH. Peter Anvin <hpa@zytor.com>2010-02-27 18:48:37 -0800
commit08de2bcfeab836215d02d644bd7d0a4ee814def4 (patch)
tree264d4a88115eb98e6a8d1e241986933f079c7bbb
parentf822d01851e0404e00cd198bdf3d12b76aba53b5 (diff)
downloadsyslinux-4.00-pre30.tar.gz
core: drop accidental checkin of -DDEBUG=1syslinux-4.00-pre30
We should not be compiling with -DDEBUG=1 by default! Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Makefile b/core/Makefile
index b4964339..a5d0fdd5 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -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