chore: use codegen_units=1 (#2633)

Piotr Osiewicz created

Reduces binary size by about 31Mb (total .dmg size down by 15Mb after compression).

Change summary

Cargo.toml | 1 +
1 file changed, 1 insertion(+)

Detailed changes

Cargo.toml 🔗

@@ -117,3 +117,4 @@ split-debuginfo = "unpacked"
 [profile.release]
 debug = true
 lto = "thin"
+codegen-units = 1