We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 469280b commit 384d192Copy full SHA for 384d192
Cargo.toml
@@ -30,3 +30,11 @@ predicates = "3"
30
pretty_assertions = "1"
31
tempfile = "3"
32
toml = "0.8"
33
+
34
+[profile.release]
35
+# Reduces binary size from 9.9M to 7.5M on MacOS.
36
+lto = true
37
+# Reduces binary size by 0.5M on MacOS.
38
+codegen-units = 1
39
40
+opt-level = "z"
0 commit comments