Skip to content

Commit

Permalink
make the dev build optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon committed Apr 12, 2024
1 parent 44046aa commit a7d2112
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ inherits = "release"
debug = true
strip = "none"

# Generated code - high perf needed anyway
[profile.dev]
opt-level = 3

[build-dependencies]
# see: https://github.com/Frando/rust-faust/issues/23
# faust-build = { path = "../rust-faust/faust-build", optional = true }
Expand Down

0 comments on commit a7d2112

Please sign in to comment.