diff options
author | H. Peter Anvin <hpa@zytor.com> | 2010-02-16 14:27:10 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2010-02-16 14:27:10 -0800 |
commit | 40861de7b2ff9fe7bbbe6c4fb22c43d7b20b47d2 (patch) | |
tree | 0615cd15e870a7c896aca417f3a7d8e928be56d9 /core | |
parent | eccb0be0701db563b21a18ccf29824ef5975df6f (diff) | |
download | syslinux-40861de7b2ff9fe7bbbe6c4fb22c43d7b20b47d2.tar.gz |
core: remove stray -DDEBUG
Remove stray -DDEBUG that should not have been committed.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/Makefile b/core/Makefile index b92630bc..707aad79 100644 --- a/core/Makefile +++ b/core/Makefile @@ -26,8 +26,6 @@ include $(topdir)/MCONFIG.embedded OPTFLAGS = INCLUDES = -I./include -I$(com32)/include -CFLAGS += -DDEBUG - # This is very similar to cp437; technically it's for Norway and Denmark, # but it's unlikely the characters that are different will be used in # filenames by other users. |