4 lines
83 B
Bash
4 lines
83 B
Bash
|
rm -rf builddir
|
||
|
|
||
|
CXX=clang++ meson builddir -Db_sanitize=address --buildtype debug
|