X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=Cargo.toml;h=1686e30f1742d7c829166d997054a5eea7a22050;hb=HEAD;hp=c2a9538654c29a7c7750ad592d8e6e21640b9a10;hpb=52bd76e77b5716b4640bb3201d5501878c6aaa8f;p=recipes.git diff --git a/Cargo.toml b/Cargo.toml index c2a9538..1686e30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,10 +2,13 @@ members = [ "backend", + "frontend", "common", ] [profile.release] +strip = true codegen-units = 1 lto = true -opt-level = 'z' # Optimize for size. +# Tell `rustc` to optimize for small code size. +# opt-level = "s"