Move profile definition to workspace root

Former-commit-id: 2ad50e35e9250c44ed538540d245ae23f0a7f2ff
This commit is contained in:
sapir 2020-04-12 22:19:31 +03:00 committed by MishMish
parent 458ecfeede
commit 0a226a4d7c
2 changed files with 5 additions and 5 deletions

View file

@ -4,4 +4,8 @@ members = [
"platform/rustboyadvance-sdl2",
"platform/rustboyadvance-minifb",
"bindings/rustboyadvance-jni",
]
]
[profile.dev]
opt-level = 0
debug = true

View file

@ -44,7 +44,3 @@ gdb = ["gdbstub"]
# Uses lookup tables when executing instructions instead of `match` statements.
# Faster, but consumes more memory.
arm7tdmi_dispatch_table = []
[profile.dev]
opt-level = 0
debug = true