X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=Cargo.toml;h=1686e30f1742d7c829166d997054a5eea7a22050;hb=HEAD;hp=4608e1cbd041ac95624eb1fecb1a6f1a489a21fa;hpb=c012be04a9185ab5924cb314e0378c0cf6655b26;p=recipes.git diff --git a/Cargo.toml b/Cargo.toml index 4608e1c..1686e30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,5 +2,13 @@ members = [ "backend", + "frontend", "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"