From: Florian <4444593+Flrian@users.noreply.github.com> Date: Sat, 16 Dec 2023 15:35:36 +0000 (+0100) Subject: CONTRIBUTING.md: update deprecated meson command X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=ee0617ae23d4aa478aca050ab0f703a07f423c4c;p=proto%2Flabwc.git CONTRIBUTING.md: update deprecated meson command --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 65f52c17..7eb733fc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,8 +42,8 @@ If the compositor crashes, a good starting point is to produce a backtrace by building with ASAN/UBSAN: ``` -meson -Db_sanitize=address,undefined build/ -ninja -C build/ +meson setup -Db_sanitize=address,undefined build/ +meson compile -C build/ ``` ## Debug Logs