mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-19 08:30:34 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user