Fix panic

This commit is contained in:
bjorn3 2020-09-29 14:11:14 +02:00
parent 684c054e31
commit c046ad017f

View file

@ -32,7 +32,7 @@ if [[ "$HOST_TRIPLE" != "$TARGET_TRIPLE" ]]; then
fi fi
fi fi
export RUSTFLAGS=$linker' -Cpanic=abort -Cdebuginfo=2 -Zpanic-abort-tests -Zcodegen-backend='$(pwd)'/target/'$CHANNEL'/librustc_codegen_cranelift.'$dylib_ext' --sysroot '$(pwd)'/build_sysroot/sysroot' export RUSTFLAGS=$linker' -Ztrim-diagnostic-paths=no -Cpanic=abort -Cdebuginfo=2 -Zpanic-abort-tests -Zcodegen-backend='$(pwd)'/target/'$CHANNEL'/librustc_codegen_cranelift.'$dylib_ext' --sysroot '$(pwd)'/build_sysroot/sysroot'
export RUSTDOCFLAGS=$RUSTFLAGS export RUSTDOCFLAGS=$RUSTFLAGS
# FIXME remove once the atomic shim is gone # FIXME remove once the atomic shim is gone