-rw-r--r-- | config.in | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -31,16 +31,21 @@ choice boolean "Yopy 3500/3700" endchoice config OPTIMIZE boolean "Use optimizations" default "y" if ! TARGET_X86 +# added for threaded compile +config THREADED + boolean "Enable threaded build" + default "n" + config DEBUG boolean "Enable debug builds" default n config RELEASE bool default y depends !DEBUG |