diff --git a/CMakeLists.txt b/CMakeLists.txt index e7161c1..dce953b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,6 +39,9 @@ else() set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14") endif() + # Enable full warnings + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}-Wall -pedantic -Wextra") + # Find Threads find_package (Threads) endif()