X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=Cargo.toml;h=cd3e08ed385914ab70eb27f43958a22de3a83a31;hb=c951ba6d37d525f00c6fb92eb5ab72e1ae311791;hp=bfa745f46f26244e7551153a3113ef6aa230135f;hpb=212222751363c15b2155555ac700ff50b69ac578;p=recipes.git diff --git a/Cargo.toml b/Cargo.toml index bfa745f..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"