From fccf528efb30e6dcbd0070a4bfd0dc6ebc180fdf Mon Sep 17 00:00:00 2001 From: Oxore Date: Thu, 29 Sep 2022 02:00:46 +0300 Subject: Disable GDB Remote trace --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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 -- cgit v1.2.3