Skip to content

Commit

Permalink
Enable -O1 for tests by default
Browse files Browse the repository at this point in the history
  • Loading branch information
volhovm committed Oct 30, 2023
1 parent 0e772a2 commit 093ad1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ members = [
lto = true
panic = 'abort'
# codegen-units = 1

[profile.test]
opt-level = 1 # Otherwise SRS deserialization in tests takes forever

0 comments on commit 093ad1b

Please sign in to comment.