ソースを参照

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

読み込み中…
キャンセル
保存