diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2022-09-29 16:28:57 +0200 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2022-10-23 13:43:08 +0200 |
| commit | cba16819a1aa2f99c861eba907847db39fea06c5 (patch) | |
| tree | 4bae651d8f19f353a2099950729cf35c504a3acc /src/ci/docker | |
| parent | 32238ce1e2219bfec46bc660091b2dcac0168148 (diff) | |
| download | rust-cba16819a1aa2f99c861eba907847db39fea06c5.tar.gz rust-cba16819a1aa2f99c861eba907847db39fea06c5.zip | |
Add `rust.lto` config option
Diffstat (limited to 'src/ci/docker')
| -rw-r--r-- | src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile b/src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile index b960239807a..423aba06cca 100644 --- a/src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile +++ b/src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile @@ -78,7 +78,8 @@ ENV RUST_CONFIGURE_ARGS \ --set llvm.thin-lto=true \ --set llvm.ninja=false \ --set rust.jemalloc \ - --set rust.use-lld=true + --set rust.use-lld=true \ + --set rust.lto=thin ENV SCRIPT ../src/ci/pgo.sh python3 ../x.py dist \ --host $HOSTS --target $HOSTS \ --include-default-paths \ |
