diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2017-09-25 10:25:21 +0200 |
---|---|---|
committer | Yehonal <yehonal.azeroth@gmail.com> | 2017-09-25 10:37:22 +0200 |
commit | e687d223ffedc34e77dd9c2cbc3d68606d81f331 (patch) | |
tree | a08cc0b2d60ed829a1d81427d556e110cb9eb7d0 /conf | |
parent | da45fbf75c1c8e06c30bb48c16da3978fb894903 (diff) |
Revert "Cmake: Compiling with warnings by default"
It generates compile errors on windows
Maybe we should separate warning cmake define for each compiler (?)
This reverts commit 8ad3c15d638807be2e4ebf4cb8453c3b502bd5c9.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/config.cmake.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/config.cmake.dist b/conf/config.cmake.dist index d0893df3cb..5884963ac7 100644 --- a/conf/config.cmake.dist +++ b/conf/config.cmake.dist @@ -3,7 +3,7 @@ option(SCRIPTS "Build core with scripts included" option(TOOLS "Build map/vmap/mmap 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(WITH_WARNINGS "Show all warnings during compile" 1) +option(WITH_WARNINGS "Show all warnings during compile" 0) option(WITH_COREDEBUG "Include additional debug-code in core" 0) option(WITH_PERFTOOLS "Enable compilation with gperftools libraries included" 0) option(WITH_MESHEXTRACTOR "Build meshextractor (alpha)" 0) |