diff options
| author | H. Peter Anvin <hpa@zytor.com> | 2010-02-27 18:48:37 -0800 |
|---|---|---|
| committer | H. Peter Anvin <hpa@zytor.com> | 2010-02-27 18:48:37 -0800 |
| commit | 08de2bcfeab836215d02d644bd7d0a4ee814def4 (patch) | |
| tree | 264d4a88115eb98e6a8d1e241986933f079c7bbb | |
| parent | f822d01851e0404e00cd198bdf3d12b76aba53b5 (diff) | |
| download | syslinux-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/Makefile | 2 |
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 |
