Explorar el Código

DUMP_GDBSYM should not be enabled by default.

tags/v0.9.3
Michael Brown hace 17 años
padre
commit
b743b63ae9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/config.h

+ 1
- 1
src/config.h Ver fichero

@@ -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…
Cancelar
Guardar