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 @@ -337,7 +337,7 @@ jobs:
337
337
- name : dist-x86_64-apple
338
338
env :
339
339
SCRIPT : " ./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin"
340
- RUST_CONFIGURE_ARGS : " --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin"
340
+ RUST_CONFIGURE_ARGS : " --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin --set rust.codegen-units=1 "
341
341
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
342
342
MACOSX_DEPLOYMENT_TARGET : 10.12
343
343
SELECT_XCODE : /Applications/Xcode_14.3.1.app
Original file line number Diff line number Diff line change @@ -540,7 +540,7 @@ jobs:
540
540
- name : dist-x86_64-apple
541
541
env :
542
542
SCRIPT : ./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin
543
- RUST_CONFIGURE_ARGS : --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin
543
+ RUST_CONFIGURE_ARGS : --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin --set rust.codegen-units=1
544
544
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
545
545
MACOSX_DEPLOYMENT_TARGET : 10.12
546
546
SELECT_XCODE : /Applications/Xcode_14.3.1.app
You can’t perform that action at this time.
0 commit comments