Skip to content

Commit 87c0447

Browse files
committed
Auto merge of rust-lang#112049 - Kobzol:pgo-omit-benchmarks, r=<try>
[do not merge] CI experiments Various CI experiments for try/dist builds. r? `@ghost`
2 parents a18bd8a + 6d70e6d commit 87c0447

File tree

1 file changed

+2
-0
lines changed
  • src/ci/docker/host-x86_64/dist-x86_64-linux

1 file changed

+2
-0
lines changed

src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ ENV RUST_CONFIGURE_ARGS \
9191
--set llvm.thin-lto=true \
9292
--set llvm.ninja=false \
9393
--set llvm.libzstd=true \
94+
--set llvm.cflags=-O3 \
95+
--set llvm.cxxflags=-O3 \
9496
--set rust.jemalloc \
9597
--set rust.use-lld=true \
9698
--set rust.lto=thin \

0 commit comments

Comments
 (0)