Skip to content

Commit 76b3aec

Browse files
committed
workaround the rust issue
rust-lang/rust#108853
1 parent ea55278 commit 76b3aec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ opt-level = 3
1212
debug = true
1313

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

0 commit comments

Comments
 (0)