Updated Development Setup (markdown)

Simon Ser 2020-10-09 07:50:49 +02:00
parent 43b95c09c0
commit 4c16de34af

@ -44,7 +44,7 @@ meson build/
ninja -C build/ ninja -C build/
# Start sway # Start sway
LD_LIBRARY_PATH=build/subprojects/wlroots build/sway/sway build/sway/sway
``` ```
To enable the address sanitizer (ASan) and the undefined behavior sanitizer (UBSan), add `-Db_sanitize=address,undefined` to the `meson` command. To enable the address sanitizer (ASan) and the undefined behavior sanitizer (UBSan), add `-Db_sanitize=address,undefined` to the `meson` command.