mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 07:45:58 +01:00
cmakelists: remove oopsie
This commit is contained in:
parent
d2b42e29c6
commit
568b352b23
1 changed files with 0 additions and 1 deletions
|
@ -121,7 +121,6 @@ if(CMAKE_BUILD_TYPE MATCHES Debug OR CMAKE_BUILD_TYPE MATCHES DEBUG)
|
||||||
message(STATUS "Enabling ASan")
|
message(STATUS "Enabling ASan")
|
||||||
|
|
||||||
target_link_libraries(Hyprland asan)
|
target_link_libraries(Hyprland asan)
|
||||||
target_link_libraries(Hyprland ${CMAKE_SOURCE_DIR}/libwayland-server.a)
|
|
||||||
target_compile_options(Hyprland PUBLIC -fsanitize=address)
|
target_compile_options(Hyprland PUBLIC -fsanitize=address)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue