X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=Cargo.toml;h=cd3e08ed385914ab70eb27f43958a22de3a83a31;hb=8a3fef096d720666dc8a54789aee02250642d8a1;hp=4608e1cbd041ac95624eb1fecb1a6f1a489a21fa;hpb=c012be04a9185ab5924cb314e0378c0cf6655b26;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"