OSDN Git Service

Don't use -O0 when DODEBUG is turned on.
[uclinux-h8/uClibc.git] / test / Config
index 67052f1..3536acf 100644 (file)
@@ -1,12 +1,9 @@
 # Configuration for uClibc test apps.
-#
-# Copyright (C) 2001 by Lineo, inc.
-#
 
 # 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
+DODYNAMIC = true