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:
Piotr Osiewicz
2023-06-22 18:06:17 +02:00
committed by GitHub
parent 5291bf3d9f
commit 417a743b5e
+1
View File
@@ -117,3 +117,4 @@ split-debuginfo = "unpacked"
[profile.release]
debug = true
lto = "thin"
codegen-units = 1