File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/ci/docker/host-x86_64/dist-x86_64-linux Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ ENV PGO_HOST=x86_64-unknown-linux-gnu
67
67
68
68
ENV HOSTS=x86_64-unknown-linux-gnu
69
69
70
- ENV RUSTFLAGS="-C target_cpu=x86-64-v2 "
70
+ ENV RUSTFLAGS="-C target_cpu=x86-64-v3 "
71
71
72
72
ENV RUST_CONFIGURE_ARGS \
73
73
--enable-full-tools \
@@ -79,8 +79,8 @@ ENV RUST_CONFIGURE_ARGS \
79
79
--set target.x86_64-unknown-linux-gnu.ranlib=/rustroot/bin/llvm-ranlib \
80
80
--set llvm.thin-lto=true \
81
81
--set llvm.ninja=false \
82
- --set llvm.cxxflags=-march=x86-64-v2 \
83
- --set llvm.cflags=-march=x86-64-v2 \
82
+ --set llvm.cxxflags=-march=x86-64-v3 \
83
+ --set llvm.cflags=-march=x86-64-v3 \
84
84
--set rust.jemalloc \
85
85
--set rust.use-lld=true \
86
86
--set rust.lto=thin
You can’t perform that action at this time.
0 commit comments