diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-05-03 15:00:07 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-05-03 15:00:07 +0100 |
commit | 544a93ee0815697ff42b79e54d1a7a5a743de1f9 (patch) | |
tree | f9ca17205db9f11d3c12e61c437d70e87c0b2c3c /xtask | |
parent | 242fa3c15b43fca473528c93714beb30ef6e1331 (diff) | |
parent | ee1c5d9d193eecba056a3f6185055146cff17c5d (diff) |
Merge #8710
8710: feat: build releases with lto=true r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'xtask')
-rw-r--r-- | xtask/src/dist.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xtask/src/dist.rs b/xtask/src/dist.rs index 12a7fea1e..b6aa2f52a 100644 --- a/xtask/src/dist.rs +++ b/xtask/src/dist.rs | |||
@@ -66,6 +66,7 @@ fn dist_client(version: &str, release_tag: &str) -> Result<()> { | |||
66 | 66 | ||
67 | fn dist_server(release_channel: &str) -> Result<()> { | 67 | fn dist_server(release_channel: &str) -> Result<()> { |
68 | let _e = pushenv("RUST_ANALYZER_CHANNEL", release_channel); | 68 | let _e = pushenv("RUST_ANALYZER_CHANNEL", release_channel); |
69 | let _e = pushenv("CARGO_PROFILE_RELEASE_LTO", "true"); | ||
69 | let target = get_target(); | 70 | let target = get_target(); |
70 | if target.contains("-linux-gnu") || target.contains("-linux-musl") { | 71 | if target.contains("-linux-gnu") || target.contains("-linux-musl") { |
71 | env::set_var("CC", "clang"); | 72 | env::set_var("CC", "clang"); |