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