summaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9415657..9816b33 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,3 +46,8 @@ std_instead_of_core = "warn"
undocumented_unsafe_blocks = "warn"
upper_case_acronyms = "warn"
use_self = "warn"
+
+# The profile that 'dist' will build with
+[profile.dist]
+inherits = "release"
+lto = "thin"