We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae838fd commit 5581ba4Copy full SHA for 5581ba4
CMakeLists.txt
@@ -22,7 +22,7 @@ project(ReadoutCard
22
add_subdirectory(doc)
23
24
# Add compiler flags for warnings and debug symbols
25
-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -pedantic -Wextra")
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -pedantic -Wextra -Werror")
26
27
# Set fPIC for all targets
28
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
0 commit comments