Enable thin LTO
It compiles about half a second slower for me, so it seems fine to use by default.
This commit is contained in:
parent
87e61a0894
commit
cccc1949eb
1 changed files with 3 additions and 0 deletions
|
@ -14,3 +14,6 @@ members = [
|
|||
|
||||
[profile.dev]
|
||||
split-debuginfo = "unpacked"
|
||||
|
||||
[profile.release]
|
||||
lto = "thin"
|
||||
|
|
Loading…
Add table
Reference in a new issue