OSDN Git Service

Debug should be off by default
[uclinux-h8/uClibc.git] / test / Config
1 # Configuration for uClibc test apps.
2 #
3 # Copyright (C) 2001 by Lineo, inc.
4 #
5
6 # Set the following to `true' to make a debuggable build.
7 DODEBUG = false
8
9 # If you want to compile using uClibc as a shared library, turn this on.
10 DODYNAMIC = false
11
12