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 */