File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6464 RUSTC_BOOTSTRAP : 1
6565 # This is required by compiler-builtins
6666 RUSTC_SRC : ${{ steps.rust-src.outputs.path }}
67- RUSTFLAGS : " -C panic=abort -C opt-level=s -C llvm-args=--inline-threshold=225 -C codegen-units=1"
67+ RUSTFLAGS : " -C panic=abort -C opt-level=s -C llvm-args=--inline-threshold=225 -C codegen-units=1 -Zlocation-detail=none "
6868 IPHONEOS_DEPLOYMENT_TARGET : " 14.0"
6969 run : |
7070 cd ${RUSTC_SRC}/library/std
7979 env :
8080 RUSTC_BOOTSTRAP : 1
8181 RUSTC_SRC : ${{ steps.rust-src.outputs.path }}
82- RUSTFLAGS : " -C panic=abort -C opt-level=s -C llvm-args=--inline-threshold=225 -C codegen-units=1"
82+ RUSTFLAGS : " -C panic=abort -C opt-level=s -C llvm-args=--inline-threshold=225 -C codegen-units=1 -Zlocation-detail=none "
8383 run : |
8484 cd ${RUSTC_SRC}/library/std
8585 # Set the path pointing to the NDK where all the cross-compiling clang binaries exist
You can’t perform that action at this time.
0 commit comments