fixes to crashes and bugs asan info

This commit is contained in:
Vaxry 2023-11-11 20:56:42 +00:00
parent 17fe4baac1
commit 99cbd43eb8
1 changed files with 5 additions and 0 deletions

View File

@ -74,6 +74,11 @@ hyprland:
```
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Debug -DWITH_ASAN:STRING=True -S . -B ./build -G Ninja
cmake --build ./build --config Debug --target all -j`nproc 2>/dev/null || getconf NPROCESSORS_CONF`
cd ./subprojects/wlroots
rm -rf ./build
meson ./build --prefix=/usr --buildtype=debug -Db_sanitize=address
ninja -C build
cd ../..
sudo make install
```