We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e959aca commit e81e7eeCopy full SHA for e81e7ee
CMakeLists.txt
@@ -48,8 +48,8 @@ endif()
48
# Debug
49
if("${CMAKE_BUILD_TYPE}" STREQUAL "Debug")
50
if(WIN32)
51
- add_compile_options(/fsanitize=address)
52
- add_link_options(/fsanitize=address)
+ # TODO: Not working, seems not been able to locate sanitizer library on ctest
+ # add_compile_options(/fsanitize=address)
53
else()
54
add_compile_options(-fsanitize=address)
55
add_compile_options(-fsanitize=undefined)
0 commit comments