CONTRIBUTING.md: update deprecated meson command

This commit is contained in:
Florian 2023-12-16 16:35:36 +01:00 committed by Johan Malm
parent 481b849152
commit ee0617ae23

View file

@ -42,8 +42,8 @@ If the compositor crashes, a good starting point is to produce a backtrace by
building with ASAN/UBSAN: building with ASAN/UBSAN:
``` ```
meson -Db_sanitize=address,undefined build/ meson setup -Db_sanitize=address,undefined build/
ninja -C build/ meson compile -C build/
``` ```
## Debug Logs ## Debug Logs