From 8aa5e0a9b16f04a7dab4e06cf2f6edaa3f4aeedc Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sun, 4 Nov 2018 21:15:04 +0100 Subject: Fix LTO property --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3