Skip to content

Commit c046ad0

Browse files
committed
Fix panic
1 parent 684c054 commit c046ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if [[ "$HOST_TRIPLE" != "$TARGET_TRIPLE" ]]; then
3232
fi
3333
fi
3434

35-
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'
35+
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'
3636
export RUSTDOCFLAGS=$RUSTFLAGS
3737

3838
# FIXME remove once the atomic shim is gone

0 commit comments

Comments
 (0)