mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
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
This commit is contained in:
commit
4562c4ee17
|
@ -12,8 +12,8 @@ opt-level = 3
|
|||
debug = true
|
||||
|
||||
[profile.release]
|
||||
opt-level = "s"
|
||||
lto = "thin"
|
||||
opt-level = 3
|
||||
lto = "fat"
|
||||
debug = true
|
||||
|
||||
[features]
|
||||
|
|
Loading…
Reference in a new issue