Verified Commit 114bd127 authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Ensure that ASan build profile uses debug libraries (if available)

parent d633ad29
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -82,6 +82,7 @@ set(CMAKE_SHARED_LINKER_FLAGS_ASAN

# make sure that debug versions for targets are used (if provided) in Debug mode
set_property(GLOBAL APPEND PROPERTY DEBUG_CONFIGURATIONS Debug)
set_property(GLOBAL APPEND PROPERTY DEBUG_CONFIGURATIONS ASan)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)