1
Fork 0

Merge commit 'd556c56f79' into sync_cg_clif-2021-02-01

This commit is contained in:
bjorn3 2021-02-01 10:11:46 +01:00
commit 27855331e8
39 changed files with 1006 additions and 731 deletions

View file

@ -1,9 +1,7 @@
#!/bin/bash
set -e
export RUSTFLAGS="-Zrun_dsymutil=no"
./build.sh --without-sysroot "$@"
./build.sh --sysroot none "$@"
rm -r target/out || true