1
0
Fork 0
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:
Felix Ableitner 2025-01-13 15:37:40 +01:00
parent a6b11d6395
commit 672b5e42db

View file

@ -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]