diff --git a/CMakeLists.txt b/CMakeLists.txt index e524787..011bb04 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,8 +36,8 @@ if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME) include(CTest) endif() -add_compile_options(-fsanitize=address,leak,undefined) -add_link_options(-fsanitize=address,leak,undefined) +# add_compile_options(-fsanitize=address,leak,undefined) +# add_link_options(-fsanitize=address,leak,undefined) configure_file(include/refcount/config.h.in include/refcount/config.h @ONLY)