Преглед изворни кода

DUMP_GDBSYM should not be enabled by default.

tags/v0.9.3
Michael Brown пре 17 година
родитељ
комит
b743b63ae9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      src/config.h

+ 1
- 1
src/config.h Прегледај датотеку

@@ -143,6 +143,6 @@
143 143
 #undef	BUILD_ID		/* Include a custom build ID string,
144 144
 				 * e.g "test-foo" */
145 145
 #undef	NULL_TRAP		/* Attempt to catch NULL function calls */
146
-#define DUMP_GDBSYM		/* Dump GDB symbol table information */
146
+#undef	DUMP_GDBSYM		/* Dump GDB symbol table information */
147 147
 
148 148
 /* @END general.h */

Loading…
Откажи
Сачувај