We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b88e286 commit 0704858Copy full SHA for 0704858
CMakeLists.txt
@@ -48,7 +48,7 @@ endif()
48
# Debug
49
if("${CMAKE_BUILD_TYPE}" STREQUAL "Debug")
50
if(WIN32)
51
- add_compile_options(/fsanitize=address)
+ # add_compile_options(/fsanitize=address)
52
else()
53
add_compile_options(-fsanitize=address)
54
add_compile_options(-fsanitize=undefined)
0 commit comments