[syslinux] [PATCH 17/20] elflink: Don't compile in debug output by default

Matt Fleming matt at console-pimps.org
Sat Apr 16 07:17:45 PDT 2011


From: Matt Fleming <matt.fleming at linux.intel.com>

Turn off ELF_DEBUG, we really don't need to see the "[ELF] MODULE
UNLOADED" message everytime we finish executing an ELF module.

Signed-off-by: Matt Fleming <matt.fleming at linux.intel.com>
---
 com32/lib/Makefile |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/com32/lib/Makefile b/com32/lib/Makefile
index 771f1c7..0be2e80 100644
--- a/com32/lib/Makefile
+++ b/com32/lib/Makefile
@@ -209,7 +209,6 @@ libcom32.c32 : $(LIBOBJS)
 	rm -f $@
 	$(LD) -shared $(LDFLAGS) -o $@ $^
 
-$(LIBMODULE_OBJS) : CFLAGS += -DELF_DEBUG
 libcom32min.a : $(MINLIBOBJS)
 	rm -f $@
 	$(AR) cq $@ $^
-- 
1.7.4.2




More information about the Syslinux mailing list