mirror of https://github.com/ipxe/ipxe.git
DUMP_GDBSYM should not be enabled by default.
parent
d5451d210c
commit
b743b63ae9
|
@ -143,6 +143,6 @@
|
||||||
#undef BUILD_ID /* Include a custom build ID string,
|
#undef BUILD_ID /* Include a custom build ID string,
|
||||||
* e.g "test-foo" */
|
* e.g "test-foo" */
|
||||||
#undef NULL_TRAP /* Attempt to catch NULL function calls */
|
#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 */
|
/* @END general.h */
|
||||||
|
|
Loading…
Reference in New Issue