aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorVaxry <[email protected]>2024-03-01 14:16:56 +0000
committerVaxry <[email protected]>2024-03-01 14:16:56 +0000
commit555afea73c87f8e2bb374d1112431bb3a6f451dd (patch)
tree52a5ffc945ef2f9c9e26ba8835a536c0a3bdec3a /Makefile
parent4937352761525de4b034e5f0152261ff5e7552f3 (diff)
downloadHyprland-555afea73c87f8e2bb374d1112431bb3a6f451dd.tar.gz
Hyprland-555afea73c87f8e2bb374d1112431bb3a6f451dd.zip
makefile: add config to make asan
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c893a16a..c29f20a0 100644
--- a/Makefile
+++ b/Makefile
@@ -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