From: Ruben Beltran del Rio Date: Tue, 12 Mar 2024 14:46:55 +0000 (+0100) Subject: Make smaller X-Git-Tag: 7.0.0~19 X-Git-Url: https://git.r.bdr.sh/rbdr/blog/commitdiff_plain/ce17f0a9b30a6a1b9eaf1b97ddbfc43355e5355a?hp=2c1be76d7a889dd222ab78029d7453308f61e772 Make smaller --- 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"