X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=Cargo.toml;h=cd3e08ed385914ab70eb27f43958a22de3a83a31;hb=cdb883c3c4ccbb82774ecfbfad059f3392e75432;hp=4608e1cbd041ac95624eb1fecb1a6f1a489a21fa;hpb=44826a7edd68c0111273dac0ac4a3a705a6534cf;p=recipes.git diff --git a/Cargo.toml b/Cargo.toml index 4608e1c..cd3e08e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,4 +3,11 @@ members = [ "backend", "common", -] \ No newline at end of file +] + +[profile.release] +strip = true +codegen-units = 1 +lto = true +# Tell `rustc` to optimize for small code size. +# opt-level = "s"