diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-03-19 22:40:50 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-03-19 22:40:50 +0000 |
commit | 025490cb327377cf26993dfd839fcd0c81f5ce7e (patch) | |
tree | d3b02e9a20ea3ee161ba686f08f5c4492a184fa3 /test | |
parent | 91a034c61a32ebd6601fb8b894127d43b817f5fc (diff) |
Debug should be off by default
Diffstat (limited to 'test')
-rw-r--r-- | test/Config | 2 |
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 |