Skip to content

Commit d3a6c7c

Browse files
author
click
committed
Buildsystem: Turn off SFMT being the default RNG - it's not cooking right (yet)
--HG-- branch : trunk
1 parent b150172 commit d3a6c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/options.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ option(SCRIPTS "Build core with scripts included"
1313
option(TOOLS "Build map/vmap extraction/assembler tools" 0)
1414
option(USE_SCRIPTPCH "Use precompiled headers when compiling scripts" 1)
1515
option(USE_COREPCH "Use precompiled headers when compiling servers" 1)
16-
option(USE_SFMT "Use SFMT as random numbergenerator" 1)
16+
option(USE_SFMT "Use SFMT as random numbergenerator" 0)
1717
option(WITH_WARNINGS "Show all warnings during compile" 0)
1818
option(WITH_COREDEBUG "Include additional debug-code in core" 0)
1919
option(WITH_SQL "Copy SQL files during installation" 0)

0 commit comments

Comments
 (0)