Buildsystem: Enable warnings by default - warnings are ment to be noticed and fixed, not ignored

--HG--
branch : trunk
This commit is contained in:
click
2010-08-21 14:03:47 +02:00
parent ace057f1d7
commit 7abd33951a

View File

@@ -95,7 +95,7 @@ option(COREDEBUG "Build worldserver with additional debug-code included" 0)
option(SCRIPTPCH "Use precompiled headers when compiling scripts project" 1)
option(GAMEPCH "Use precompiled headers when compiling game project" 1)
option(SQL "Copy SQL files during installation" 0)
option(WARNINGS "Enable all compile-warnings during compile" 0)
option(WARNINGS "Enable all compile-warnings during compile" 1)
option(USE_SFMT "Use SFMT for random number generation." 0)
#