File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ jobs:
333
333
- name : dist-x86_64-apple
334
334
env :
335
335
SCRIPT : " ./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin"
336
- RUST_CONFIGURE_ARGS : " --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin"
336
+ RUST_CONFIGURE_ARGS : " --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin --set rust.codegen-units=1 "
337
337
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
338
338
MACOSX_DEPLOYMENT_TARGET : 10.12
339
339
SELECT_XCODE : /Applications/Xcode_14.3.1.app
Original file line number Diff line number Diff line change @@ -535,7 +535,7 @@ jobs:
535
535
- name : dist-x86_64-apple
536
536
env :
537
537
SCRIPT : ./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin
538
- RUST_CONFIGURE_ARGS : --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin
538
+ RUST_CONFIGURE_ARGS : --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin --set rust.codegen-units=1
539
539
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
540
540
MACOSX_DEPLOYMENT_TARGET : 10.12
541
541
SELECT_XCODE : /Applications/Xcode_14.3.1.app
You can’t perform that action at this time.
0 commit comments