http://git.etherboot.org
/
people
/
pcmattman
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5451d2
)
DUMP_GDBSYM should not be enabled by default.
author
Michael Brown
<mcb30@etherboot.org>
Sat, 30 Jun 2007 23:05:36 +0000
(
00:05
+0100)
committer
Michael Brown
<mcb30@etherboot.org>
Sat, 30 Jun 2007 23:05:36 +0000
(
00:05
+0100)
src/config.h
patch
|
blob
|
history
diff --git
a/src/config.h
b/src/config.h
index
bacf904
..
55409b0
100644
(file)
--- 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 */