Skip to content

Commit

Permalink
More sensible defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Masterchef365 committed Mar 9, 2024
1 parent d207d1d commit 854f96c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ wasm-bindgen-futures = "0.4"
opt-level = 3 # fast and small wasm

[profile.dev]
opt-level = 3 # fast and small wasm
opt-level = 2 # fast and small wasm

# Optimize all dependencies even in debug builds:
[profile.dev.package."*"]
opt-level = 3
opt-level = 2


[patch.crates-io]
Expand Down

0 comments on commit 854f96c

Please sign in to comment.