X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=Cargo.toml;h=cd3e08ed385914ab70eb27f43958a22de3a83a31;hb=b6235fb76ce82f96503cda83eebe8106320b2a0d;hp=c2a9538654c29a7c7750ad592d8e6e21640b9a10;hpb=52bd76e77b5716b4640bb3201d5501878c6aaa8f;p=recipes.git diff --git a/Cargo.toml b/Cargo.toml index c2a9538..cd3e08e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,8 @@ members = [ ] [profile.release] +strip = true codegen-units = 1 lto = true -opt-level = 'z' # Optimize for size. +# Tell `rustc` to optimize for small code size. +# opt-level = "s"