소스 검색

DUMP_GDBSYM should not be enabled by default.

tags/v0.9.3
Michael Brown 19 년 전
부모
커밋
b743b63ae9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/config.h

+ 1
- 1
src/config.h 파일 보기

143
 #undef	BUILD_ID		/* Include a custom build ID string,
143
 #undef	BUILD_ID		/* Include a custom build ID string,
144
 				 * e.g "test-foo" */
144
 				 * e.g "test-foo" */
145
 #undef	NULL_TRAP		/* Attempt to catch NULL function calls */
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
 /* @END general.h */
148
 /* @END general.h */

Loading…
취소
저장