aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2024-03-12 15:46:55 +0100
committerRuben Beltran del Rio <git@r.bdr.sh>2024-03-12 15:46:55 +0100
commitce17f0a9b30a6a1b9eaf1b97ddbfc43355e5355a (patch)
treea856e0bf5100110bdd22917cc0a4fc6066318c0c
parent2c1be76d7a889dd222ab78029d7453308f61e772 (diff)
Make smaller
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fd5bcea..00721e8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,3 +7,8 @@ edition = "2021"
time = { version = "0.3.34", features = ["macros", "formatting"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
+
+[profile.release]
+strip = true
+lto = true
+panic = "abort"