Skip to content

Commit

Permalink
Use optimized solc for dev builds to speed up compiler tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sbillig committed May 1, 2021
1 parent ff7b3e5 commit 9de205a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Expand Up @@ -24,3 +24,6 @@ clap = "2.33.3"

[dev-dependencies]
cargo-release = "0.13.9"

[profile.dev.package.solc]
opt-level = 3

0 comments on commit 9de205a

Please sign in to comment.