From ee0617ae23d4aa478aca050ab0f703a07f423c4c Mon Sep 17 00:00:00 2001 From: Florian <4444593+Flrian@users.noreply.github.com> Date: Sat, 16 Dec 2023 16:35:36 +0100 Subject: [PATCH] CONTRIBUTING.md: update deprecated meson command --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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