summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-11-04 21:15:04 +0100
committersharkdp <davidpeter@web.de>2018-11-04 21:15:04 +0100
commite6f797d488ba287f92bdbde25156ff2d07405f66 (patch)
tree8b533107ac9a23a9d7042ce501d7231b3beac312
parent3329c31cacf505751fc9b8764e5141bf51a9f5ed (diff)
Fix LTO property
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4387d52..ee81ab5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,4 +21,4 @@ features = ["suggestions", "color", "wrap_help"]
[profile.release]
lto = true
-aodegen-units = 1
+codegen-units = 1