From d596d4586560db76c93659642be6ef2e5c85e7dd Mon Sep 17 00:00:00 2001 From: anthony sottile Date: Thu, 16 May 2024 08:40:10 -0400 Subject: [PATCH] thinky --- relay-cabi/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/relay-cabi/Cargo.toml b/relay-cabi/Cargo.toml index 60fc6229a81..f5d34cd8eef 100644 --- a/relay-cabi/Cargo.toml +++ b/relay-cabi/Cargo.toml @@ -9,6 +9,11 @@ edition = "2021" license-file = "../LICENSE.md" publish = false +[profile.release] +debug = false +strip = true +lto = true + [lib] crate-type = ["cdylib"]