aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2007-07-01 00:05:36 +0100
committerMichael Brown <mcb30@etherboot.org>2007-07-01 00:05:36 +0100
commitb743b63ae96ad4b3521075fdfcbdff30a8fbc98a (patch)
tree189e294067491645e575b9bcac64c55221b4b7b4 /src
parentd5451d210cc23cc0788911d62c9cee9a40ecae79 (diff)
downloadipxe-b743b63ae96ad4b3521075fdfcbdff30a8fbc98a.zip
ipxe-b743b63ae96ad4b3521075fdfcbdff30a8fbc98a.tar.gz
ipxe-b743b63ae96ad4b3521075fdfcbdff30a8fbc98a.tar.bz2
DUMP_GDBSYM should not be enabled by default.
Diffstat (limited to 'src')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index bacf904..55409b0 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 */