Move profile definition to workspace root
Former-commit-id: 2ad50e35e9250c44ed538540d245ae23f0a7f2ff
This commit is contained in:
parent
458ecfeede
commit
0a226a4d7c
|
@ -4,4 +4,8 @@ members = [
|
|||
"platform/rustboyadvance-sdl2",
|
||||
"platform/rustboyadvance-minifb",
|
||||
"bindings/rustboyadvance-jni",
|
||||
]
|
||||
]
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 0
|
||||
debug = true
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue