fixes to crashes and bugs asan info

This commit is contained in:
Vaxry 2023-11-11 20:57:37 +00:00
parent 99cbd43eb8
commit 77dc6cfb23
1 changed files with 5 additions and 0 deletions

View File

@ -101,3 +101,8 @@ sudo rm -rf ./build
meson ./build --prefix=/usr --buildtype=release
sudo ninja -C build install
```
To revert the changes to hyprland and wlroots, do inside the cloned hyprland:
```
make all && sudo make install
```