From 06d6faf3501199f8789bd0031d6f5f7fd82e14df Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Sun, 7 Sep 2025 16:56:32 -0700 Subject: [PATCH] Remove debug statements from CMakeLists.txt --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)