From 83c16d7fb7a282023ec4472dd29e21fa8337d6ce Mon Sep 17 00:00:00 2001 From: Pcornat Date: Thu, 8 Dec 2022 22:07:50 +0100 Subject: [PATCH] Personnal profile (release) --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 335d3fb..91123ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,4 +5,9 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[profile.release-perso] +inherits = "release" +incremental = true +rpath = true + [dependencies]