aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2024-03-12 15:47:30 +0100
committerRuben Beltran del Rio <git@r.bdr.sh>2024-03-12 15:47:30 +0100
commit8a12b5cd2b2fe5beb2cb72ecda8b51a707ea80f8 (patch)
tree27ca2827e2a832b94a7c41a1a71821f18c4f2cc0 /Cargo.toml
parent0ef8ece228e17b686e1745af97a86695f6d93117 (diff)
Make smaller
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 5879a10..742098f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,3 +4,8 @@ version = "1.3.1"
edition = "2021"
[dependencies]
+
+[profile.release]
+strip = true
+lto = true
+panic = "abort"