From 025490cb327377cf26993dfd839fcd0c81f5ce7e Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 19 Mar 2001 22:40:50 +0000 Subject: Debug should be off by default --- test/Config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.3