OSDN Git Service

Don't use -O0 when DODEBUG is turned on.
[uclinux-h8/uClibc.git] / test / Config
1 # Configuration for uClibc test apps.
2
3 # Set the following to `true' to make a debuggable build.
4 DODEBUG = false
5
6 # If you want to compile using uClibc as a shared library, turn this on.
7 DODYNAMIC = true
8
9