Unidiff1 files changed, 5 insertions, 1 deletions
|
diff --git a/config.in b/config.in index 124bc2a..c75576a 100644 --- a/ config.in+++ b/ config.in |
|
@@ -39,14 +39,18 @@ config OPTIMIZE |
39 | boolean "Use optimizations" |
39 | boolean "Use optimizations" |
40 | default "y" if ! TARGET_X86 |
40 | default "y" if ! TARGET_X86 |
41 | |
41 | |
42 | # added for threaded compile |
| |
43 | config THREADED |
42 | config THREADED |
44 | boolean "Enable threaded build" |
43 | boolean "Enable threaded build" |
45 | default "n" |
44 | default "n" |
46 | |
45 | |
| |
46 | config STATIC |
| |
47 | boolean "Build static libraries" |
| |
48 | default "n" |
| |
49 | |
47 | config DEBUG |
50 | config DEBUG |
48 | boolean "Enable debug builds" |
51 | boolean "Enable debug builds" |
49 | default n |
52 | default n |
| |
53 | |
50 | config RELEASE |
54 | config RELEASE |
51 | bool |
55 | bool |
52 | default y |
56 | default y |
|