X-Git-Url: http://git.euphorik.ch/?p=recipes.git;a=blobdiff_plain;f=Cargo.toml;h=c2a9538654c29a7c7750ad592d8e6e21640b9a10;hp=4608e1cbd041ac95624eb1fecb1a6f1a489a21fa;hb=52bd76e77b5716b4640bb3201d5501878c6aaa8f;hpb=ad3f1acd35631ba7cfe02849ae2a3e4d82707c03 diff --git a/Cargo.toml b/Cargo.toml index 4608e1c..c2a9538 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.