We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1360260 commit dbfdc2aCopy full SHA for dbfdc2a
1 file changed
CMakeLists.txt
@@ -14,7 +14,7 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
14
endif()
15
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
16
17
-add_compile_options(-Wall -Wextra -Werror)
+add_compile_options(-Wall -Wextra)
18
19
if(CMAKE_C_COMPILER_ID STREQUAL "GNU")
20
add_compile_options(-Wno-stringop-truncation)
0 commit comments