Skip to content

Commit

Permalink
update cmake compile options
Browse files Browse the repository at this point in the history
  • Loading branch information
GIC-de committed Nov 28, 2024
1 parent d4aced3 commit e943a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set(CMAKE_C_EXTENSIONS OFF)
if(MSVC)
add_compile_options(/W4 /WX)
else()
add_compile_options(-Wall -Wextra -pedantic)
add_compile_options(-Werror -Wall -Wextra -Wno-deprecated-declarations -pedantic )
endif()

# options: should we build static library, shared library, tests, tools?
Expand Down

0 comments on commit e943a15

Please sign in to comment.