Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #90 from lzutao/comptime
Browse files Browse the repository at this point in the history
Improve compile time
  • Loading branch information
sfackler authored Jan 31, 2020
2 parents c825c73 + fe47175 commit 082b216
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ petgraph = "0.4"
semver = "0.9"
serde_json = "1.0"
structopt = "0.3"

# Reduce compile time by setting no optimization for build scripts,
# proc macros, and their dependencies
[profile.release.build-override]
opt-level = 0

0 comments on commit 082b216

Please sign in to comment.