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]
|
[profile.wasm-release]
|
||||||
inherits = "release"
|
inherits = "release"
|
||||||
opt-level = 'z'
|
opt-level = 'z'
|
||||||
lto = true
|
lto = "thin"
|
||||||
codegen-units = 1
|
|
||||||
panic = "abort"
|
panic = "abort"
|
||||||
|
|
||||||
[lints.clippy]
|
[lints.clippy]
|
||||||
|
|
Loading…
Reference in a new issue