Skip to content
Snippets Groups Projects
Commit 3851043c authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Added -Wall compile flag

parent 83310542
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,7 @@ include_directories(utils) ...@@ -27,6 +27,7 @@ include_directories(utils)
# Compiler flags # Compiler flags
include(GetKokkosCompilerFlags) include(GetKokkosCompilerFlags)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall")
# Pastis binary # Pastis binary
add_executable(pastis main.cpp) add_executable(pastis main.cpp)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment