From c5ebb58a91239c88a6bbe921ff9af360cf8c3fbe Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 24 Feb 2022 12:55:13 -0500 Subject: [PATCH] strip --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 24e5469..49346bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ debug = false codegen-units = 1 opt-level = "z" #optimize for size lto = true +strip = true [dependencies] meval = { git = "https://github.com/Titaniumtown/meval-rs.git" }