loro/crates/loro-wasm/.cargo/config.toml
2024-09-02 00:30:00 +08:00

8 lines
204 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
strip = true