Skip to content

Commit 15473ed

Browse files
oech3oSoMoN
authored andcommitted
Cargo.toml sync 2 profiles with other uutils
1 parent 30b6bd2 commit 15473ed

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Cargo.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ assert_cmd = "2.0.14"
2828
predicates = "3.1.0"
2929
tempfile = "3.10.1"
3030

31-
# The profile that 'cargo dist' will build with
32-
[profile.dist]
33-
inherits = "release"
31+
[profile.release]
3432
lto = "thin"
33+
codegen-units = 1
34+
35+
[profile.release-fast]
36+
inherits = "release"
37+
panic = "abort"

0 commit comments

Comments
 (0)