From 3a80b5ec7ac28b48a0e9e9ec3c7a89e8979d51a7 Mon Sep 17 00:00:00 2001 From: gennyble Date: Sun, 16 Mar 2025 05:50:30 -0500 Subject: corgi v1.0.0 --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2baef5b..0924370 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,3 +1,14 @@ [workspace] members = ["corgi", "parrot"] resolver = "3" + +# use this profile like this: +# $ cargo build --profile size +# and select a binary like this: +# $ cargo build --bin corgi +[profile.size] +inherits = "release" +strip = true +opt-level = "z" +lto = true +codegen-units = 1 -- cgit 1.4.1-3-g733a5