Unidiff1 files changed, 5 insertions, 0 deletions
|
diff --git a/config.in b/config.in index 9ee7ccf..0b01f78 100644 --- a/ config.in+++ b/ config.in |
|
@@ -35,8 +35,13 @@ endchoice |
35 | config OPTIMIZE |
35 | config OPTIMIZE |
36 | boolean "Use optimizations" |
36 | boolean "Use optimizations" |
37 | default "y" if ! TARGET_X86 |
37 | default "y" if ! TARGET_X86 |
38 | |
38 | |
| |
39 | # added for threaded compile |
| |
40 | config THREADED |
| |
41 | boolean "Enable threaded build" |
| |
42 | default "n" |
| |
43 | |
39 | config DEBUG |
44 | config DEBUG |
40 | boolean "Enable debug builds" |
45 | boolean "Enable debug builds" |
41 | default n |
46 | default n |
42 | config RELEASE |
47 | config RELEASE |
|