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 f824880 commit 5ee9516Copy full SHA for 5ee9516
1 file changed
Cargo.toml
@@ -33,16 +33,8 @@ 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
42
-[profile.dist]
43
44
-lto = "thin"
45
46
[[bench]]
47
name = "bench_diffutils"
48
path = "benches/bench-diffutils.rs"
0 commit comments