diff options
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 |