Browse Source

Debug should be off by default

Eric Andersen 25 năm trước cách đây
mục cha
commit
025490cb32
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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