-rw-r--r-- | config.in | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -40,12 +40,16 @@ config OPTIMIZE default "y" if ! TARGET_X86 -# added for threaded compile config THREADED boolean "Enable threaded build" default "n" +config STATIC + boolean "Build static libraries" + default "n" + config DEBUG boolean "Enable debug builds" default n + config RELEASE bool |