]> git.jsancho.org Git - lugaru.git/blobdiff - CMakeLists.txt
Readd -pedantic to CXX flags for all builds
[lugaru.git] / CMakeLists.txt
index 0c9ab66e917915cd672cd501423c75cc358ac757..a456c59104cff57d929d03656c84b1c6002f3738 100644 (file)
@@ -18,7 +18,7 @@ endif()
 
 ### CMake config
 
-set(CMAKE_CXX_FLAGS "-Wall -Wno-parentheses --std=c++11 ${CMAKE_CXX_FLAGS}")
+set(CMAKE_CXX_FLAGS "-Wall -Wno-parentheses -pedantic --std=c++11 ${CMAKE_CXX_FLAGS}")
 
 if(APPLE)
     set(CMAKE_OSX_ARCHITECTURES "x86_64" CACHE STRING "Build architectures for OSX")