aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-17 13:08:20 +0000
committerFuwn <[email protected]>2021-05-17 13:08:20 +0000
commit66cde0f803fad0c3795890df0a65c6adc09720bd (patch)
tree36b7be773114e8d3d373ab06d20cbd0f91d7aa08 /Cargo.toml
parentfeat(cli/clean): warn instead of bail when cleaning (diff)
downloadwhirl-66cde0f803fad0c3795890df0a65c6adc09720bd.tar.xz
whirl-66cde0f803fad0c3795890df0a65c6adc09720bd.zip
perf(global): perform link time optimization across all crates in release mode
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c43fb2f..b9ecf5a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,4 +2,4 @@
members = ["whirl_config", "whirl", "whirl_prompt", "whirl_server"]
[profile.release]
-lto = true
+lto = "fat"