From b5d6aa9ffb4b84d0ccd3f72a1cada008e8a40937 Mon Sep 17 00:00:00 2001 From: steven-omaha <35634100+steven-omaha@users.noreply.github.com> Date: Wed, 11 Jan 2023 15:02:58 +0100 Subject: [PATCH] strip release binary --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1b382d7..3e6afd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ serde_json = "1.0.91" [profile.release] lto = "fat" codegen-units = 1 -debug = true +strip = true [dev-dependencies] criterion = "*"