diff options
| -rw-r--r-- | test/Config | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/Config b/test/Config new file mode 100644 index 000000000..80fc6b3d3 --- /dev/null +++ b/test/Config @@ -0,0 +1,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 + + |
