We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c624dc4 commit 5660d0eCopy full SHA for 5660d0e
Cargo.toml
@@ -33,15 +33,11 @@ tempfile = "3.26.0"
33
[profile.release]
34
lto = "thin"
35
codegen-units = 1
36
-
37
-[profile.release-fast]
38
-inherits = "release"
39
panic = "abort"
40
41
-# The profile that 'dist' will build with
+# alias profile for 'dist'
42
[profile.dist]
43
inherits = "release"
44
-lto = "thin"
45
46
[[bench]]
47
name = "bench_diffutils"
0 commit comments