1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2025-01-24 14:45:48 +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] [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]