From: Greg Burri Date: Sun, 25 Aug 2019 19:37:18 +0000 (+0200) Subject: Do not optimize for size. X-Git-Url: http://git.euphorik.ch/?p=recipes.git;a=commitdiff_plain;h=9530170131b0eae908c5c913ca1e7950281c1f20 Do not optimize for size. --- diff --git a/Cargo.toml b/Cargo.toml index c2a9538..bfa745f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,4 @@ members = [ [profile.release] codegen-units = 1 lto = true -opt-level = 'z' # Optimize for size. +# opt-level = 'z' # Optimize for size.