Remove debug statements from CMakeLists.txt
This commit is contained in:
@ -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)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user