mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
fix debug build by changing opt level to 2
previously failed due to being too big
This commit is contained in:
parent
3a94c7acf0
commit
2d075bebb9
|
@ -5,6 +5,7 @@ authors = ["Corwin Kuiper <corwin@kuiper.dev>"]
|
|||
edition = "2018"
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 2
|
||||
panic = "abort"
|
||||
lto = true
|
||||
|
||||
|
|
Loading…
Reference in a new issue