]> git.mdlowis.com Git - proto/labwc.git/commitdiff
CONTRIBUTING.md: update deprecated meson command
authorFlorian <4444593+Flrian@users.noreply.github.com>
Sat, 16 Dec 2023 15:35:36 +0000 (16:35 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sat, 16 Dec 2023 18:37:17 +0000 (18:37 +0000)
CONTRIBUTING.md

index 65f52c173bf27ce8660aaa0407d38adea8b7d6c8..7eb733fc0b0baf3efb70c4d5c2d4be2b308ddaad 100644 (file)
@@ -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