소스 검색

Debug should be off by default

Eric Andersen 23 년 전
부모
커밋
025490cb32
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/Config

+ 1 - 1
test/Config

@@ -4,7 +4,7 @@
 #
 
 # Set the following to `true' to make a debuggable build.
-DODEBUG = true
+DODEBUG = false
 
 # If you want to compile using uClibc as a shared library, turn this on.
 DODYNAMIC = false