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" }