fix: Attempt to get better optimization from compiler

This commit is contained in:
Emilia Allison 2024-11-02 17:28:23 -05:00
parent 5c57614e21
commit 0c125d0866
Signed by: emilia
GPG Key ID: 05D5D1107E5100A1
1 changed files with 6 additions and 0 deletions

View File

@ -28,3 +28,9 @@ rand = { version = "0.8", features = ["small_rng"] }
[dev-dependencies]
wasm-bindgen-test = "0.3.0"
[profile.release]
opt-level = 2
[profile.dev.package."*"]
opt-level = 2