We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 684c054 commit c046ad0Copy full SHA for c046ad0
scripts/config.sh
@@ -32,7 +32,7 @@ if [[ "$HOST_TRIPLE" != "$TARGET_TRIPLE" ]]; then
32
fi
33
34
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'
+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'
36
export RUSTDOCFLAGS=$RUSTFLAGS
37
38
# FIXME remove once the atomic shim is gone
0 commit comments