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 673b3f4 commit f6b7fbaCopy full SHA for f6b7fba
cmake/CompileOptions.cmake
@@ -337,7 +337,6 @@ if(WIN32 AND MSVC)
337
# Sanitizers
338
if(OPTION_BUILD_THREAD_SANITIZER AND (CMAKE_BUILD_TYPE STREQUAL "Debug" OR CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo"))
339
add_compile_options(/fsanitize=thread)
340
- # add_compile_options(/fsanitize=undefined)
341
add_link_options(/INCREMENTAL:NO)
342
elseif(OPTION_BUILD_ADDRESS_SANITIZER AND (CMAKE_BUILD_TYPE STREQUAL "Debug" OR CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo"))
343
add_compile_options(/fsanitize=address)
0 commit comments