mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-26 00:56:38 +11:00
Merge pull request #263 from corwinkuiper/bearable-template
Better defaults for dev mode and release mode in the template
This commit is contained in:
commit
5f5cdf7c33
1 changed files with 6 additions and 1 deletions
|
@ -12,6 +12,11 @@ agb = "0.9.2"
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
agb = { version = "0.9.2", features = ["testing"] }
|
agb = { version = "0.9.2", features = ["testing"] }
|
||||||
|
|
||||||
|
[profile.dev]
|
||||||
|
opt-level = 2
|
||||||
|
debug = true
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
panic = "abort"
|
panic = "abort"
|
||||||
lto = true
|
lto = true
|
||||||
|
debug = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue