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