We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8a792d + df0de08 commit dd1107bCopy full SHA for dd1107b
src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
@@ -80,6 +80,8 @@ ENV PGO_HOST=x86_64-unknown-linux-gnu
80
81
ENV HOSTS=x86_64-unknown-linux-gnu
82
83
+ENV RUSTFLAGS="-C target_cpu=x86-64-v3"
84
+
85
ENV RUST_CONFIGURE_ARGS \
86
--enable-full-tools \
87
--enable-sanitizers \
@@ -90,6 +92,8 @@ ENV RUST_CONFIGURE_ARGS \
90
92
--set target.x86_64-unknown-linux-gnu.ranlib=/rustroot/bin/llvm-ranlib \
91
93
--set llvm.thin-lto=true \
94
--set llvm.ninja=false \
95
+ --set llvm.cxxflags=-march=x86-64-v3 \
96
+ --set llvm.cflags=-march=x86-64-v3 \
97
--set llvm.libzstd=true \
98
--set rust.jemalloc \
99
--set rust.use-lld=true \
0 commit comments