This commit is contained in:
Uwe Rathmann 2023-04-05 17:43:46 +02:00
parent 91f9e39bcb
commit 503f755f75
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ macro(qsk_initialize_build_flags)
if ( NOT MSVC )
add_compile_options( -Wall -Wextra )
else
else()
add_compile_options(/W4 /WX)
endif()