mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-11 22:58:23 +00:00
perf: turn on lto for release mode
This commit is contained in:
parent
1829a9ebca
commit
5a225e1da0
1 changed files with 1 additions and 0 deletions
|
@ -3,3 +3,4 @@ members = ["crates/*"]
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
debug = 1
|
debug = 1
|
||||||
|
lto = true
|
||||||
|
|
Loading…
Reference in a new issue