2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-23 19:51:46 +00:00

DUMP_GDBSYM should not be enabled by default.

This commit is contained in:
Michael Brown 2007-07-01 00:05:36 +01:00
parent d5451d210c
commit b743b63ae9

View File

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