cmakelists: remove oopsie

This commit is contained in:
Vaxry 2024-03-22 18:52:07 +00:00
parent d2b42e29c6
commit 568b352b23
1 changed files with 0 additions and 1 deletions

View File

@ -121,7 +121,6 @@ if(CMAKE_BUILD_TYPE MATCHES Debug OR CMAKE_BUILD_TYPE MATCHES DEBUG)
message(STATUS "Enabling ASan")
target_link_libraries(Hyprland asan)
target_link_libraries(Hyprland ${CMAKE_SOURCE_DIR}/libwayland-server.a)
target_compile_options(Hyprland PUBLIC -fsanitize=address)
endif()