loro/crates/loro-wasm/.cargo/config.toml
2024-01-24 23:15:00 +08:00

7 lines
191 B
TOML

[profile.release]
lto = true
opt-level = "s"
# Debug info only takes 4KB after gzipped, which is only 1% of the binary size.
# But it's valuable for debugging.
debug = true
codegen-units = 1