We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9fb288 commit 6344f83Copy full SHA for 6344f83
tests/CMakeLists.txt
@@ -111,7 +111,7 @@ if(TE_BUILD_TEST_RUNNER)
111
# C4554: check operator precedence for possible error; use parentheses to clarify precedence
112
# is suppressed because of unit test, not the code itself.
113
if(USE_ADDRESS_SANITIZE)
114
- target_compile_options(${CMAKE_PROJECT_NAME} PUBLIC /Zc:__cplusplus /MP /W3 /WX /wd4554
+ target_compile_options(${CMAKE_PROJECT_NAME} PUBLIC /Zc:__cplusplus /MP /W3 /WX- /wd4554
115
$<$<CONFIG:Debug>:/Od /fsanitize=address> $<$<CONFIG:Release>:/O2>)
116
else()
117
target_compile_options(${CMAKE_PROJECT_NAME} PUBLIC /Zc:__cplusplus /MP /W3 /WX /wd4554
0 commit comments