diff options
author | Vaxry <[email protected]> | 2024-03-01 14:16:56 +0000 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-03-01 14:16:56 +0000 |
commit | 555afea73c87f8e2bb374d1112431bb3a6f451dd (patch) | |
tree | 52a5ffc945ef2f9c9e26ba8835a536c0a3bdec3a /Makefile | |
parent | 4937352761525de4b034e5f0152261ff5e7552f3 (diff) | |
download | Hyprland-555afea73c87f8e2bb374d1112431bb3a6f451dd.tar.gz Hyprland-555afea73c87f8e2bb374d1112431bb3a6f451dd.zip |
makefile: add config to make asan
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -125,5 +125,5 @@ asan: cmake --build ./build --config Debug --target all -j`nproc 2>/dev/null || getconf NPROCESSORS_CONF` @echo "Hyprland done" - ASAN_OPTIONS="detect_odr_violation=0,log_path=asan.log" HYPRLAND_NO_CRASHREPORTER=1 ./build/Hyprland + ASAN_OPTIONS="detect_odr_violation=0,log_path=asan.log" HYPRLAND_NO_CRASHREPORTER=1 ./build/Hyprland -c ~/.config/hypr/hyprland.conf |