summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-11-04 21:15:04 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2018-11-04 21:33:14 +0100
commit8aa5e0a9b16f04a7dab4e06cf2f6edaa3f4aeedc (patch)
tree8b533107ac9a23a9d7042ce501d7231b3beac312
parent8c8f0db116d1ce342b6965752fd0b1d6e350c366 (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