Displaying 1 result from an estimated 1 matches for "a01d83a".
Did you mean:
301ed83a
2012 Jul 05
1
[GIT-PULL] Elflink fixes
...E];
char *p;
static bool debug_init = false;
static bool debug_ok = false;
- _rv = rv = vsnprintf(buffer, BUFFER_SIZE, format, ap);
-
+ rv = vsnprintf(buffer, BUFFER_SIZE, format, ap);
if (rv < 0)
return;
diff --git a/core/Makefile b/core/Makefile
index 3147566..a01d83a 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -62,7 +62,7 @@ NASMOPT += $(NASMDEBUG)
PREPCORE = ../lzo/prepcore
-CFLAGS += -DDEBUG=1 -D__SYSLINUX_CORE__
+CFLAGS += -D__SYSLINUX_CORE__
# The DATE is set on the make command line when building binaries for
# official release. Otherwise,...