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 @@ -303,7 +303,7 @@ jobs:
303
303
- name : dist-x86_64-apple
304
304
env :
305
305
SCRIPT : " ./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin"
306
- RUST_CONFIGURE_ARGS : " --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false --set rust.lto=thin"
306
+ RUST_CONFIGURE_ARGS : " --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false --set rust.lto=thin --set rust.codegen-units=1 "
307
307
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
308
308
MACOSX_DEPLOYMENT_TARGET : 10.7
309
309
SELECT_XCODE : /Applications/Xcode_13.4.1.app
Original file line number Diff line number Diff line change @@ -482,7 +482,7 @@ jobs:
482
482
- name : dist-x86_64-apple
483
483
env :
484
484
SCRIPT : ./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin
485
- RUST_CONFIGURE_ARGS : --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false --set rust.lto=thin
485
+ RUST_CONFIGURE_ARGS : --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false --set rust.lto=thin --set rust.codegen-units=1
486
486
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
487
487
MACOSX_DEPLOYMENT_TARGET : 10.7
488
488
SELECT_XCODE : /Applications/Xcode_13.4.1.app
You can’t perform that action at this time.
0 commit comments