projects
/
platform
/
upstream
/
syslinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f822d01
)
core: drop accidental checkin of -DDEBUG=1
syslinux-4.00-pre30
author
H. Peter Anvin
<hpa@zytor.com>
Sun, 28 Feb 2010 02:48:37 +0000
(18:48 -0800)
committer
H. 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
patch
|
blob
|
history
diff --git
a/core/Makefile
b/core/Makefile
index
b496433
..
a5d0fdd
100644
(file)
--- 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