mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-26 12:45:59 +01:00
build: add asan enable status flag
This commit is contained in:
parent
3229862dd4
commit
b156a9654f
1 changed files with 2 additions and 0 deletions
|
@ -97,6 +97,8 @@ if(CMAKE_BUILD_TYPE MATCHES Debug OR CMAKE_BUILD_TYPE MATCHES DEBUG)
|
||||||
message(STATUS "Setting debug flags")
|
message(STATUS "Setting debug flags")
|
||||||
|
|
||||||
if (WITH_ASAN)
|
if (WITH_ASAN)
|
||||||
|
message(STATUS "Enabling ASan")
|
||||||
|
|
||||||
target_link_libraries(Hyprland asan)
|
target_link_libraries(Hyprland asan)
|
||||||
add_compile_options(-fsanitize=address)
|
add_compile_options(-fsanitize=address)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue