From 82d1a40ed526b5ef1b11c17e58d09d46a3ef7119 Mon Sep 17 00:00:00 2001 From: silinoron Date: Tue, 21 Dec 2010 20:21:21 -0800 Subject: 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 --- cmake/options.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/options.cmake') 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) -- cgit v1.2.3