diff options
| author | Michael Brown | 2007-07-01 01:05:36 +0200 |
|---|---|---|
| committer | Michael Brown | 2007-07-01 01:05:36 +0200 |
| commit | b743b63ae96ad4b3521075fdfcbdff30a8fbc98a (patch) | |
| tree | 189e294067491645e575b9bcac64c55221b4b7b4 /src | |
| parent | Add ability to resolve relative symbols as well as locate absolute ones. (diff) | |
| download | ipxe-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.h | 2 |
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 */ |
