summaryrefslogtreecommitdiff
path: root/config.in
Unidiff
Diffstat (limited to 'config.in') (more/less context) (ignore whitespace changes)
-rw-r--r--config.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.in b/config.in
index 124bc2a..c75576a 100644
--- a/config.in
+++ b/config.in
@@ -41,3 +41,2 @@ config OPTIMIZE
41 41
42# added for threaded compile
43config THREADED 42config THREADED
@@ -46,2 +45,6 @@ config THREADED
46 45
46config STATIC
47 boolean "Build static libraries"
48 default "n"
49
47config DEBUG 50config DEBUG
@@ -49,2 +52,3 @@ config DEBUG
49 default n 52 default n
53
50config RELEASE 54config RELEASE