mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-21 22:46:00 +01:00
makefile: add config to make asan
This commit is contained in:
parent
4937352761
commit
555afea73c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue