chore: use codegen_units=1 (#2633)
Reduces binary size by about 31Mb (total .dmg size down by 15Mb after compression).
This commit is contained in:
parent
5291bf3d9f
commit
417a743b5e
1 changed files with 1 additions and 0 deletions
|
@ -117,3 +117,4 @@ split-debuginfo = "unpacked"
|
||||||
[profile.release]
|
[profile.release]
|
||||||
debug = true
|
debug = true
|
||||||
lto = "thin"
|
lto = "thin"
|
||||||
|
codegen-units = 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue