This repository was archived by the owner on May 28, 2025. It is now read-only.
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 @@ -337,7 +337,7 @@ jobs:
337337 - name : dist-x86_64-apple
338338 env :
339339 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 "
341341 RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
342342 MACOSX_DEPLOYMENT_TARGET : 10.12
343343 SELECT_XCODE : /Applications/Xcode_14.3.1.app
Original file line number Diff line number Diff line change @@ -540,7 +540,7 @@ jobs:
540540 - name : dist-x86_64-apple
541541 env :
542542 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
544544 RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
545545 MACOSX_DEPLOYMENT_TARGET : 10.12
546546 SELECT_XCODE : /Applications/Xcode_14.3.1.app
You can’t perform that action at this time.
0 commit comments