File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ jobs:
298298 - name : dist-x86_64-apple
299299 env :
300300 SCRIPT : " ./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin"
301- RUST_CONFIGURE_ARGS : " --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false"
301+ RUST_CONFIGURE_ARGS : " --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false --set rust.lto=thin "
302302 RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
303303 MACOSX_DEPLOYMENT_TARGET : 10.7
304304 NO_LLVM_ASSERTIONS : 1
Original file line number Diff line number Diff line change @@ -463,7 +463,7 @@ jobs:
463463 - name : dist-x86_64-apple
464464 env :
465465 SCRIPT : ./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin
466- RUST_CONFIGURE_ARGS : --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false
466+ RUST_CONFIGURE_ARGS : --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false --set rust.lto=thin
467467 RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
468468 MACOSX_DEPLOYMENT_TARGET : 10.7
469469 NO_LLVM_ASSERTIONS : 1
You can’t perform that action at this time.
0 commit comments