diff options
author | Tycho <work.tycho+git@gmail.com> | 2014-02-04 20:15:41 +0100 |
---|---|---|
committer | Tycho <work.tycho+git@gmail.com> | 2014-02-04 20:15:41 +0100 |
commit | bee7de25f120a22e0a42b5a5a5347877ca167117 (patch) | |
tree | 2e8884be3ad54fa932526658bce4da4844c04243 /CMakeLists.txt | |
parent | Improved Type safety of eBlockFace (diff) | |
download | cuberite-bee7de25f120a22e0a42b5a5a5347877ca167117.tar cuberite-bee7de25f120a22e0a42b5a5a5347877ca167117.tar.gz cuberite-bee7de25f120a22e0a42b5a5a5347877ca167117.tar.bz2 cuberite-bee7de25f120a22e0a42b5a5a5347877ca167117.tar.lz cuberite-bee7de25f120a22e0a42b5a5a5347877ca167117.tar.xz cuberite-bee7de25f120a22e0a42b5a5a5347877ca167117.tar.zst cuberite-bee7de25f120a22e0a42b5a5a5347877ca167117.zip |
Diffstat (limited to '')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f336e20f..c40767d20 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -208,6 +208,7 @@ if (NOT MSVC) string(REPLACE "-w" "" CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE}") string(REPLACE "-w" "" CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG}") string(REPLACE "-w" "" CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG}") + add_flags_cxx("-Wall") endif() if(${BUILD_TOOLS}) |