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]