From 99cbd43eb87e67e2b794990a1b14f34b7132e82b Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sat, 11 Nov 2023 20:56:42 +0000 Subject: [PATCH] fixes to crashes and bugs asan info --- pages/Crashes and Bugs/_index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/Crashes and Bugs/_index.md b/pages/Crashes and Bugs/_index.md index 256f83b..5f51835 100644 --- a/pages/Crashes and Bugs/_index.md +++ b/pages/Crashes and Bugs/_index.md @@ -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 ```