Tweak build script and README

This commit is contained in:
2024-10-27 02:39:24 +00:00
parent 99b8d3bcd0
commit edc14bc1de
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
#!/bin/sh
cd "$(git rev-parse --show-toplevel)"
if [ ! -e build ]; then
cmake -Bbuild -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=clang \
-DSANITIZERS=ON
cmake -Bbuild -DCMAKE_BUILD_TYPE=Debug
fi
cmake --build build