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
This commit is contained in:
silinoron
2010-12-21 20:21:21 -08:00
parent 6115b0bd5f
commit 82d1a40ed5

View File

@@ -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)