X-Git-Url: http://git.euphorik.ch/?p=recipes.git;a=blobdiff_plain;f=Cargo.toml;fp=Cargo.toml;h=cd3e08ed385914ab70eb27f43958a22de3a83a31;hp=bfa745f46f26244e7551153a3113ef6aa230135f;hb=108476e3554ea3a25dca5b5ab260f38c1e734221;hpb=a080d19cb9076780db9e86325b2ab617886e2a5f 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"