mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-02 11:06:14 +00:00
8 lines
204 B
TOML
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
|