mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
CONTRIBUTING.md: update deprecated meson command
This commit is contained in:
parent
481b849152
commit
ee0617ae23
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue