X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=Cargo.toml;h=bfa745f46f26244e7551153a3113ef6aa230135f;hb=1ccfe5860e8aed11d53abe5d6225e7cb7441616e;hp=4608e1cbd041ac95624eb1fecb1a6f1a489a21fa;hpb=44826a7edd68c0111273dac0ac4a3a705a6534cf;p=recipes.git diff --git a/Cargo.toml b/Cargo.toml index 4608e1c..bfa745f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,4 +3,9 @@ members = [ "backend", "common", -] \ No newline at end of file +] + +[profile.release] +codegen-units = 1 +lto = true +# opt-level = 'z' # Optimize for size.