aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"