Skip to content

Commit

Permalink
Less restrictive warning/error compilation settings for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaOtocinclus committed Feb 20, 2024
1 parent 7e414ec commit 9976f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dispenso/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ else()
endif()

target_compile_options(dispenso PRIVATE
$<$<CXX_COMPILER_ID:MSVC>:/W3 /WX>
#$<$<CXX_COMPILER_ID:MSVC>:/W3 /WX>
$<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-Wall -Wextra -pedantic -Wconversion -Wno-sign-conversion -Werror>
)

Expand Down

0 comments on commit 9976f9f

Please sign in to comment.