diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 80b78d3..71ac411 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,7 +47,8 @@ target_include_directories(musashi_m68k PRIVATE add_executable(emulator ${emulator_sources}) target_link_libraries(emulator musashi_m68k) target_compile_definitions(emulator PRIVATE - DEBUG_TRACE_INSTRUCTIONS=1 + DEBUG_TRACE_INSTRUCTIONS=0 + DEBUG_TRACE_GDB_REMOTE=1 ) # Target for GDB Remote Debugging protocol implementation testing |