From: Michael Brown Date: Sat, 30 Jun 2007 23:05:36 +0000 (+0100) Subject: DUMP_GDBSYM should not be enabled by default. X-Git-Tag: v0.9.3~346 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b743b63ae96ad4b3521075fdfcbdff30a8fbc98a;p=thirdparty%2Fipxe.git DUMP_GDBSYM should not be enabled by default. --- diff --git a/src/config.h b/src/config.h index bacf904bb..55409b0eb 100644 --- a/src/config.h +++ b/src/config.h @@ -143,6 +143,6 @@ #undef BUILD_ID /* Include a custom build ID string, * e.g "test-foo" */ #undef NULL_TRAP /* Attempt to catch NULL function calls */ -#define DUMP_GDBSYM /* Dump GDB symbol table information */ +#undef DUMP_GDBSYM /* Dump GDB symbol table information */ /* @END general.h */