summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 960c647..7ed7db3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -49,6 +49,7 @@ incremental = false
overflow-checks = false
lto = "fat"
codegen-units = 1
+build-override = { opt-level = 0 }
[dev-dependencies]
pretty_assertions = "0.6.1"