mirror of
https://github.com/Nutomic/ibis.git
synced 2025-01-24 09:35:49 +00:00
Less optimization for faster release builds
This commit is contained in:
parent
a6b11d6395
commit
672b5e42db
1 changed files with 1 additions and 2 deletions
|
@ -21,8 +21,7 @@ strip = true
|
|||
[profile.wasm-release]
|
||||
inherits = "release"
|
||||
opt-level = 'z'
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
lto = "thin"
|
||||
panic = "abort"
|
||||
|
||||
[lints.clippy]
|
||||
|
|
Loading…
Reference in a new issue