Meta: Turn on asan
This commit is contained in:
parent
9f68be78db
commit
1cfbcffe94
@ -3,6 +3,9 @@ project(allocPool)
|
|||||||
|
|
||||||
set(CMAKE_CXX_STANDARD 23)
|
set(CMAKE_CXX_STANDARD 23)
|
||||||
|
|
||||||
|
add_compile_options(-fsanitize=address)
|
||||||
|
add_link_options(-fsanitize=address)
|
||||||
|
|
||||||
add_executable(allocPool main.cpp
|
add_executable(allocPool main.cpp
|
||||||
allocPool.hpp
|
allocPool.hpp
|
||||||
tests.cpp
|
tests.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user