aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaulo Alcantara <pcacjr@zytor.com>2012-07-05 03:54:19 -0300
committerPaulo Alcantara <pcacjr@zytor.com>2012-07-05 03:55:37 -0300
commit5441637e53c663764612a708ad75b00d3229c1a5 (patch)
tree589d06763fdab6c2910b22d0100b404d132fa998
parent3c95b5510024938389547eef80b266f478eb4cde (diff)
downloadsyslinux-5441637e53c663764612a708ad75b00d3229c1a5.tar.gz
syslinux-5441637e53c663764612a708ad75b00d3229c1a5.tar.xz
syslinux-5441637e53c663764612a708ad75b00d3229c1a5.zip
core: Makefile: Do not enable debug by default
The commit 72842b6 has set "DDEBUG=1" as it shouldn't, so the whole core was being compiled always with debug enabled. This patch removes the "DDEBUG=1" from CFLAGS in Makefile, since Syslinux is never compiled with debug enabled by default. Signed-off-by: Paulo Alcantara <pcacjr@zytor.com>
-rw-r--r--core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Makefile b/core/Makefile
index 31475669..a01d83a4 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -62,7 +62,7 @@ NASMOPT += $(NASMDEBUG)
PREPCORE = ../lzo/prepcore
-CFLAGS += -DDEBUG=1 -D__SYSLINUX_CORE__
+CFLAGS += -D__SYSLINUX_CORE__
# The DATE is set on the make command line when building binaries for
# official release. Otherwise, substitute a hex string that is pretty much