Skip to content

Commit

Permalink
Revert "remove profile overrides"
Browse files Browse the repository at this point in the history
This reverts commit 77e426d.
  • Loading branch information
tbro committed Feb 11, 2025
1 parent 48ea90f commit d523fdf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -223,3 +223,12 @@ paste = "1.0"
rand = "0.8.5"
time = "0.3"
trait-set = "0.3.0"

[profile.test]
opt-level = 1
[profile.test.package.tests]
opt-level = 0
[profile.test.package.client]
opt-level = 0
[profile.test.package.hotshot-state-prover]
opt-level = 3

0 comments on commit d523fdf

Please # to comment.