blob: 80fc6b3d38be430c053a14ccfa156ee8d4693f14 (
plain)
1
2
3
4
5
6
7
8
9
|
# Configuration for uClibc test apps.
# Set the following to `true' to make a debuggable build.
DODEBUG = true
# If you want to compile using uClibc as a shared library, turn this on.
DODYNAMIC = true
|