summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f831544..52ca8a1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,7 +38,8 @@ name="dua"
panic = 'unwind'
incremental = false
overflow-checks = false
-lto = true
+lto = "fat"
+codegen-units = 1
[dev-dependencies]
pretty_assertions = "0.6.1"