瀏覽代碼

Debug should be off by default

Eric Andersen 25 年之前
父節點
當前提交
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.
 # 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.
 # If you want to compile using uClibc as a shared library, turn this on.
 DODYNAMIC = false
 DODYNAMIC = false