From 9a09802a0971c226cb916b233cf85c042cb92450 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Hauspie?= <michael.hauspie@univ-lille.fr>
Date: Sun, 31 Mar 2024 15:35:51 +0200
Subject: [PATCH] Strip binary in release

---
 Cargo.toml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Cargo.toml b/Cargo.toml
index 8a9b046..bc3cf14 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,3 +8,6 @@ edition = "2021"
 [dependencies]
 rocket = { version = "0.5.0", features = ["json"] }
 serde = { version = "1.0.197", features = ["derive"]}
+
+[profile.release]
+strip = true
-- 
GitLab