summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
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