We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b150172 commit d3a6c7cCopy full SHA for d3a6c7c
cmake/options.cmake
@@ -13,7 +13,7 @@ option(SCRIPTS "Build core with scripts included"
13
option(TOOLS "Build map/vmap extraction/assembler tools" 0)
14
option(USE_SCRIPTPCH "Use precompiled headers when compiling scripts" 1)
15
option(USE_COREPCH "Use precompiled headers when compiling servers" 1)
16
-option(USE_SFMT "Use SFMT as random numbergenerator" 1)
+option(USE_SFMT "Use SFMT as random numbergenerator" 0)
17
option(WITH_WARNINGS "Show all warnings during compile" 0)
18
option(WITH_COREDEBUG "Include additional debug-code in core" 0)
19
option(WITH_SQL "Copy SQL files during installation" 0)
0 commit comments