Skip to content

Commit 0704858

Browse files
committed
MSVC bug.
1 parent b88e286 commit 0704858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ endif()
4848
# Debug
4949
if("${CMAKE_BUILD_TYPE}" STREQUAL "Debug")
5050
if(WIN32)
51-
add_compile_options(/fsanitize=address)
51+
# add_compile_options(/fsanitize=address)
5252
else()
5353
add_compile_options(-fsanitize=address)
5454
add_compile_options(-fsanitize=undefined)

0 commit comments

Comments
 (0)