]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
DUMP_GDBSYM should not be enabled by default.
authorMichael Brown <mcb30@etherboot.org>
Sat, 30 Jun 2007 23:05:36 +0000 (00:05 +0100)
committerMichael Brown <mcb30@etherboot.org>
Sat, 30 Jun 2007 23:05:36 +0000 (00:05 +0100)
src/config.h

index bacf904bbffc3c18b3aada86ab78e47b2416b62e..55409b0eb7e86eb85633903b5df5c15d735929d5 100644 (file)
 #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 */