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 6363 RUSTC_BOOTSTRAP : 1
6464 # This is required by compiler-builtins
6565 RUSTC_SRC : ${{ steps.rust-src.outputs.path }}
66- RUSTFLAGS : " -C panic=abort -C opt-level=s -C llvm-args=--inline-threshold=225 -C codegen-units=1 -Zlocation-detail=none -Zforce-unstable-if-unmarked"
66+ RUSTFLAGS : " -C panic=abort -C opt-level=s -Clto=fat -Cembed-bitcode - C llvm-args=--inline-threshold=225 -C codegen-units=1 -Zlocation-detail=none -Zforce-unstable-if-unmarked"
6767 IPHONEOS_DEPLOYMENT_TARGET : " 14.0"
6868 run : |
6969 cd ${RUSTC_SRC}/library/std
7878 env :
7979 RUSTC_BOOTSTRAP : 1
8080 RUSTC_SRC : ${{ steps.rust-src.outputs.path }}
81- RUSTFLAGS : " -C panic=abort -C opt-level=s -C llvm-args=--inline-threshold=225 -C codegen-units=1 -Zlocation-detail=none -Zforce-unstable-if-unmarked"
81+ RUSTFLAGS : " -C panic=abort -C opt-level=s -Clto=fat -Cembed-bitcode - C llvm-args=--inline-threshold=225 -C codegen-units=1 -Zlocation-detail=none -Zforce-unstable-if-unmarked"
8282 run : |
8383 cd ${RUSTC_SRC}/library/std
8484 # 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