X-Git-Url: http://git.euphorik.ch/?p=recipes.git;a=blobdiff_plain;f=Cargo.toml;h=bfa745f46f26244e7551153a3113ef6aa230135f;hp=c2a9538654c29a7c7750ad592d8e6e21640b9a10;hb=HEAD;hpb=52bd76e77b5716b4640bb3201d5501878c6aaa8f 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"