summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Brown2007-07-01 01:05:36 +0200
committerMichael Brown2007-07-01 01:05:36 +0200
commitb743b63ae96ad4b3521075fdfcbdff30a8fbc98a (patch)
tree189e294067491645e575b9bcac64c55221b4b7b4 /src
parentAdd ability to resolve relative symbols as well as locate absolute ones. (diff)
downloadipxe-b743b63ae96ad4b3521075fdfcbdff30a8fbc98a.tar.gz
ipxe-b743b63ae96ad4b3521075fdfcbdff30a8fbc98a.tar.xz
ipxe-b743b63ae96ad4b3521075fdfcbdff30a8fbc98a.zip
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 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 */