build with debug information and zero optimisation

This commit is contained in:
Corwin Kuiper 2021-05-20 07:18:54 +01:00
parent 734a337d07
commit 94a0f87209

View file

@ -7,7 +7,8 @@ description = "Library for Game Boy Advance Development"
license = "MPL-2.0"
[profile.dev]
opt-level = 2
opt-level = 0
debug = true
[profile.release]
panic = "abort"