X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=Cargo.toml;h=1686e30f1742d7c829166d997054a5eea7a22050;hb=refs%2Fheads%2Fmaster;hp=bfa745f46f26244e7551153a3113ef6aa230135f;hpb=9530170131b0eae908c5c913ca1e7950281c1f20;p=recipes.git diff --git a/Cargo.toml b/Cargo.toml index bfa745f..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"