mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-10 09:01:34 +11:00
increase optimisation
This commit is contained in:
parent
ffdd812da3
commit
d43ec79064
|
@ -9,6 +9,11 @@ edition = "2018"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
agb = { version = "0.10.0", path = "../../../agb" }
|
agb = { version = "0.10.0", path = "../../../agb" }
|
||||||
|
|
||||||
|
[profile.dev]
|
||||||
|
opt-level = 2
|
||||||
|
debug = true
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
panic = "abort"
|
panic = "abort"
|
||||||
lto = true
|
lto = true
|
||||||
|
debug = true
|
||||||
|
|
Loading…
Reference in a new issue