Remove debug statements from CMakeLists.txt

This commit is contained in:
2025-09-07 16:56:32 -07:00
parent b753cfa761
commit 06d6faf350

View File

@ -36,8 +36,8 @@ if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
include(CTest) include(CTest)
endif() endif()
add_compile_options(-fsanitize=address,leak,undefined) # add_compile_options(-fsanitize=address,leak,undefined)
add_link_options(-fsanitize=address,leak,undefined) # add_link_options(-fsanitize=address,leak,undefined)
configure_file(include/refcount/config.h.in include/refcount/config.h @ONLY) configure_file(include/refcount/config.h.in include/refcount/config.h @ONLY)