-rw-r--r-- | config.in | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -37,4 +37,9 @@ config OPTIMIZE | |||
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" |