Update README.md

This commit is contained in:
Johan Malm 2020-07-28 21:35:55 +01:00
parent b2f68756a1
commit 61843b120b
2 changed files with 5 additions and 8 deletions

View file

@ -12,6 +12,8 @@ fi
if ! [ -e ${builddir} ]; then
CC=clang meson -Dwlroots:default_library=static ${builddir}
# To enable ASAN and UBSAN, run meson with
# `-Db_sanitize=address,undefined`
fi
ninja -C ${builddir}