File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ set(ARCHITECTURE "native") # CPU architecture to optimize for (only relev
14
14
# options
15
15
option (BUILD_DOC "Build documentation" OFF )
16
16
option (COMPILER_WARNINGS "Enable compiler warnings" ON )
17
- option (ENABLE_MULTITHREADING "Link the default multithreading library for the current target system" ON )
17
+ option (ENABLE_MULTITHREADING "Link the default multithreading library for the current target system" OFF )
18
18
option (MAKE_32_BIT_BINARY "Compile as 32 bit application. No effect on 32 bit Systems" OFF )
19
19
option (OPENMP "enable openmp" OFF )
20
20
option (OPTIMIZE_DEBUG "apply optimizations also in debug mode" ON )
@@ -23,7 +23,7 @@ option(CLANG_TIDY "use clang-tidy" OFF)
23
23
option (OPTIMIZE_FOR_ARCHITECTURE "enable optimizations for specified architecture" OFF )
24
24
option (LTO_ENABLED "enable interprocedural and link time optimizations" ON )
25
25
option (COMPILER_EXTENSIONS "enable compiler specific C++ extensions" OFF )
26
- option (BETA_VERSION "version is a beta version" ON )
26
+ option (BETA_VERSION "version is a beta version" OFF )
27
27
set (BETA_VERSION_NR 1 )
28
28
29
29
# ======================================================================================================================
You can’t perform that action at this time.
0 commit comments