Skip to content

Commit

Permalink
Update compiler flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirius902 committed Oct 25, 2023
1 parent 9bc3b77 commit 91ea7ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,9 @@ add_library(DBGHELP SHARED ${SOURCE})
add_dependencies(DBGHELP build-info)

if(MSVC)
target_compile_options(DBGHELP PRIVATE /W4)
target_compile_options(DBGHELP PRIVATE /W4 /WX)
else()
target_compile_options(DBGHELP PRIVATE
-g
-Wall
-Werror
-Wextra
Expand Down

0 comments on commit 91ea7ea

Please sign in to comment.