From 5f10aa35daa55ac1d361ea17b5f31a1ee214185b Mon Sep 17 00:00:00 2001 From: timeshifter 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 = "*"