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 30b6bd2 commit 15473edCopy full SHA for 15473ed
Cargo.toml
@@ -28,7 +28,10 @@ assert_cmd = "2.0.14"
28
predicates = "3.1.0"
29
tempfile = "3.10.1"
30
31
-# The profile that 'cargo dist' will build with
32
-[profile.dist]
33
-inherits = "release"
+[profile.release]
34
lto = "thin"
+codegen-units = 1
+
35
+[profile.release-fast]
36
+inherits = "release"
37
+panic = "abort"
0 commit comments