Skip to content

Commit

Permalink
Speedup build times by not optimizing build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jul 13, 2020
1 parent ba78ae4 commit 16e00de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 16e00de

Please sign in to comment.