summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-07-13 09:00:39 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-07-13 09:00:39 +0800
commit16e00de6821675f8c4a0ed8500c2abfaa3af3bb0 (patch)
treef5003823e44f7786f461244962400d5ccbad04db
parentba78ae433d1ea905bf1efd751cec34901e509caa (diff)
Speedup build times by not optimizing build dependencies
-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"