From b743b63ae96ad4b3521075fdfcbdff30a8fbc98a Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 1 Jul 2007 00:05:36 +0100 Subject: [PATCH] DUMP_GDBSYM should not be enabled by default. --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index bacf904b..55409b0e 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 */