diff options
author | click <none@none> | 2010-12-26 05:45:20 +0100 |
---|---|---|
committer | click <none@none> | 2010-12-26 05:45:20 +0100 |
commit | d3a6c7c1ba51b1dfa5fdec17bcca23005765979e (patch) | |
tree | d1da0d85130d1329d31e449aee017143bd33b3f8 /cmake/options.cmake | |
parent | b150172521636fa5646489688e53d03f0773b9be (diff) |
Buildsystem: Turn off SFMT being the default RNG - it's not cooking right (yet)
--HG--
branch : trunk
Diffstat (limited to 'cmake/options.cmake')
-rw-r--r-- | cmake/options.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/options.cmake b/cmake/options.cmake index c9e929e7d20..00882d9bcb6 100644 --- a/cmake/options.cmake +++ b/cmake/options.cmake @@ -13,7 +13,7 @@ option(SCRIPTS "Build core with scripts included" option(TOOLS "Build map/vmap extraction/assembler tools" 0) option(USE_SCRIPTPCH "Use precompiled headers when compiling scripts" 1) option(USE_COREPCH "Use precompiled headers when compiling servers" 1) -option(USE_SFMT "Use SFMT as random numbergenerator" 1) +option(USE_SFMT "Use SFMT as random numbergenerator" 0) option(WITH_WARNINGS "Show all warnings during compile" 0) option(WITH_COREDEBUG "Include additional debug-code in core" 0) option(WITH_SQL "Copy SQL files during installation" 0) |