From bf21f05acacfd94b6548aa358b8b8fdc2533cc74 Mon Sep 17 00:00:00 2001 From: asonix Date: Mon, 12 Feb 2024 15:16:20 -0600 Subject: [PATCH] Strip release binaries --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c79af08..70820a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,9 +14,12 @@ build = "src/build.rs" name = "relay" path = "src/main.rs" +[profile.release] +strip = true + [features] console = ["dep:console-subscriber"] -default = [] +default = ["console"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html