mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
better defaults for dev mode and release mode
This commit is contained in:
parent
97c4115973
commit
5725ea6613
|
@ -12,6 +12,11 @@ agb = "0.9.2"
|
|||
[dev-dependencies]
|
||||
agb = { version = "0.9.2", features = ["testing"] }
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 2
|
||||
debug = true
|
||||
|
||||
[profile.release]
|
||||
panic = "abort"
|
||||
lto = true
|
||||
lto = true
|
||||
debug = true
|
||||
|
|
Loading…
Reference in a new issue