mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
fixes to crashes and bugs asan info
This commit is contained in:
parent
17fe4baac1
commit
99cbd43eb8
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue