Skip to content

Commit 2a430d1

Browse files
committed
Remove lto=true in Cargo.toml profiles.
Rust 1.87 seems to miscompile the tests and/or *ring* itself when LTO is enabled. See rust-lang/rust#141306.
1 parent a041a75 commit 2a430d1

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
@@ -209,7 +209,7 @@ overflow-checks = true
209209
opt-level = 3
210210
debug = false
211211
rpath = false
212-
lto = true
212+
lto = false
213213
debug-assertions = false
214214
codegen-units = 1
215215
overflow-checks = true

0 commit comments

Comments
 (0)