Auto merge of #103647 - lqd:osx-x64-lto, r=Mark-Simulacrum · rust-lang/rust@bdb07a8 (original) (raw)
2 files changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -301,7 +301,7 @@ jobs: | ||
301 | 301 | - name: dist-x86_64-apple |
302 | 302 | env: |
303 | 303 | SCRIPT: "./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin" |
304 | -RUST_CONFIGURE_ARGS: "--enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false" | |
304 | +RUST_CONFIGURE_ARGS: "--enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false --set rust.lto=thin" | |
305 | 305 | RUSTC_RETRY_LINKER_ON_SEGFAULT: 1 |
306 | 306 | MACOSX_DEPLOYMENT_TARGET: 10.7 |
307 | 307 | SELECT_XCODE: /Applications/Xcode_13.4.1.app |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -467,7 +467,7 @@ jobs: | ||
467 | 467 | - name: dist-x86_64-apple |
468 | 468 | env: |
469 | 469 | SCRIPT: ./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin |
470 | -RUST_CONFIGURE_ARGS: --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false | |
470 | +RUST_CONFIGURE_ARGS: --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false --set rust.lto=thin | |
471 | 471 | RUSTC_RETRY_LINKER_ON_SEGFAULT: 1 |
472 | 472 | MACOSX_DEPLOYMENT_TARGET: 10.7 |
473 | 473 | SELECT_XCODE: /Applications/Xcode_13.4.1.app |