Enable thin LTO on the release profile
This commit is contained in:
parent
cec42ac2d6
commit
5e8548d9ce
1 changed files with 1 additions and 0 deletions
|
@ -67,4 +67,5 @@ features = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
|
lto = "thin"
|
||||||
strip = "symbols"
|
strip = "symbols"
|
||||||
|
|
Loading…
Add table
Reference in a new issue