Parcourir la source

DUMP_GDBSYM should not be enabled by default.

tags/v0.9.3
Michael Brown il y a 17 ans
Parent
révision
b743b63ae9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/config.h

+ 1
- 1
src/config.h Voir le fichier

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

Chargement…
Annuler
Enregistrer