summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-03-19 22:40:50 +0000
committerEric Andersen <andersen@codepoet.org>2001-03-19 22:40:50 +0000
commit025490cb327377cf26993dfd839fcd0c81f5ce7e (patch)
treed3b02e9a20ea3ee161ba686f08f5c4492a184fa3 /test
parent91a034c61a32ebd6601fb8b894127d43b817f5fc (diff)
Debug should be off by default
Diffstat (limited to 'test')
-rw-r--r--test/Config2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Config b/test/Config
index 67052f15c..e9835c425 100644
--- a/test/Config
+++ b/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