david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

DUMP_GDBSYM should not be enabled by default.

This commit is contained in:
Michael Brown 2007-07-01 00:05:36 +01:00
parent d5451d210c
commit b743b63ae9
1 changed files with 1 additions and 1 deletions

View File

@ -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 */