diff options
author | Oxore <oxore@protonmail.com> | 2022-09-29 02:00:46 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2022-09-29 02:00:46 +0300 |
commit | fccf528efb30e6dcbd0070a4bfd0dc6ebc180fdf (patch) | |
tree | b651a1f48e5c219ecdb53c9adffe0716c6d15fce /CMakeLists.txt | |
parent | d657bc185cc1ea7fff8918d96de6860204543c50 (diff) |
Disable GDB Remote trace
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7187264..0b2323c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,7 +48,7 @@ add_executable(emulator ${emulator_sources}) target_link_libraries(emulator musashi_m68k) target_compile_definitions(emulator PRIVATE DEBUG_TRACE_INSTRUCTIONS=0 - DEBUG_TRACE_GDB_REMOTE=1 + DEBUG_TRACE_GDB_REMOTE=0 ) ## Target for GDB Remote Debugging protocol implementation testing |