From 555afea73c87f8e2bb374d1112431bb3a6f451dd Mon Sep 17 00:00:00 2001 From: Vaxry Date: Fri, 1 Mar 2024 14:16:56 +0000 Subject: [PATCH] makefile: add config to make asan --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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