diff options
author | silinoron <none@none> | 2010-12-21 20:21:21 -0800 |
---|---|---|
committer | silinoron <none@none> | 2010-12-21 20:21:21 -0800 |
commit | 82d1a40ed526b5ef1b11c17e58d09d46a3ef7119 (patch) | |
tree | e3c3a0e6e57da9fd8ed0d47b94795a96b19e96d5 | |
parent | 6115b0bd5f05b3e9986f2ff1e1d8f142a4538e7f (diff) |
Core/Buildsystem: Turn on SFMT by default, as we believe it is fixed. Please do test it for us!
Note: Computers with processors older than Pentium 4 will need to have this turned off.
--HG--
branch : trunk
-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 00882d9bcb6..c9e929e7d20 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" 0) +option(USE_SFMT "Use SFMT as random numbergenerator" 1) 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) |