Skip to content

Commit dbfdc2a

Browse files
committed
[build] woe is me
1 parent 1360260 commit dbfdc2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
1414
endif()
1515
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
1616

17-
add_compile_options(-Wall -Wextra -Werror)
17+
add_compile_options(-Wall -Wextra)
1818

1919
if(CMAKE_C_COMPILER_ID STREQUAL "GNU")
2020
add_compile_options(-Wno-stringop-truncation)

0 commit comments

Comments
 (0)