diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-02-10 20:28:12 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-02-10 20:28:12 +0000 |
commit | 0ec5f81305ea56973fbd6a1333cfbb28ea8a475b (patch) | |
tree | 140826d15fcb7c90a73e7e8f30b80b05a2b323a8 /test/Config | |
parent | e6d0f824cc94f1a75aa3a5b2d54b7c67a3a27e39 (diff) |
A few minor little changes
Diffstat (limited to 'test/Config')
-rw-r--r-- | test/Config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Config b/test/Config index 3536acf88..80fc6b3d3 100644 --- a/test/Config +++ b/test/Config @@ -1,7 +1,7 @@ # Configuration for uClibc test apps. # Set the following to `true' to make a debuggable build. -DODEBUG = false +DODEBUG = true # If you want to compile using uClibc as a shared library, turn this on. DODYNAMIC = true |