mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-23 13:39:12 +00:00
7 lines
191 B
TOML
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
|