Skip to content

Commit 4562c4e

Browse files
authored
workaround the rust issue (#397)
This works around rust-lang/rust#108853 by using an `opt-level` of `3` rather than `s`. - [x] Changelog updated / no changelog update needed
2 parents 5ad2ad0 + 0127508 commit 4562c4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

agb/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ opt-level = 3
1212
debug = true
1313

1414
[profile.release]
15-
opt-level = "s"
16-
lto = "thin"
15+
opt-level = 3
16+
lto = "fat"
1717
debug = true
1818

1919
[features]

0 commit comments

Comments
 (0)