[syslinux:pathbased] core: drop accidental checkin of -DDEBUG=1

syslinux-bot for H. Peter Anvin hpa at zytor.com
Sat Feb 27 18:51:17 PST 2010


Commit-ID:  08de2bcfeab836215d02d644bd7d0a4ee814def4
Gitweb:     http://syslinux.zytor.com/commit/08de2bcfeab836215d02d644bd7d0a4ee814def4
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Sat, 27 Feb 2010 18:48:37 -0800
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Sat, 27 Feb 2010 18:48:37 -0800

core: drop accidental checkin of -DDEBUG=1

We should not be compiling with -DDEBUG=1 by default!

Signed-off-by: H. Peter Anvin <hpa at zytor.com>


---
 core/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/core/Makefile b/core/Makefile
index b496433..a5d0fdd 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



More information about the Syslinux-commits mailing list