Skip to content

Commit 3ba0006

Browse files
nabijaczlewelikeszybz
authored andcommitted
Revert "Cargo.toml: lto = "thin""
lto = true works on bullseye amd64 and i386, sid amd64, i386, and x32, and focal amd64 This reverts commit 17fc632.
1 parent cd71ba3 commit 3ba0006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ nix = "0.23"
2727
ctor = "0.1"
2828

2929
[profile.release]
30-
lto = "thin"
30+
lto = true
3131
opt-level = "z"
3232
codegen-units = 1
3333
panic = "abort"

0 commit comments

Comments
 (0)