浏览代码

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

正在加载...
取消
保存