Skip to content

Commit e81e7ee

Browse files
committed
Solved.
1 parent e959aca commit e81e7ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ endif()
4848
# Debug
4949
if("${CMAKE_BUILD_TYPE}" STREQUAL "Debug")
5050
if(WIN32)
51-
add_compile_options(/fsanitize=address)
52-
add_link_options(/fsanitize=address)
51+
# TODO: Not working, seems not been able to locate sanitizer library on ctest
52+
# add_compile_options(/fsanitize=address)
5353
else()
5454
add_compile_options(-fsanitize=address)
5555
add_compile_options(-fsanitize=undefined)

0 commit comments

Comments
 (0)