diff --git a/Cargo.toml b/Cargo.toml index c07a667..9d961a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,4 +4,8 @@ members = [ "platform/rustboyadvance-sdl2", "platform/rustboyadvance-minifb", "bindings/rustboyadvance-jni", -] \ No newline at end of file +] + +[profile.dev] +opt-level = 0 +debug = true diff --git a/rustboyadvance-core/Cargo.toml b/rustboyadvance-core/Cargo.toml index b8a76a2..19dcacf 100644 --- a/rustboyadvance-core/Cargo.toml +++ b/rustboyadvance-core/Cargo.toml @@ -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