all repos — mgba @ 0443e5de26582b530695a91830d2bd8be3da03b5

mGBA Game Boy Advance Emulator

All: Disable the GDB stub in 0.1, it doesn't work well enough to ship.
Jeffrey Pfau jeffrey@endrift.com
Fri, 12 Dec 2014 14:41:17 -0800
commit

0443e5de26582b530695a91830d2bd8be3da03b5

parent

ae3f1ad7a9e3de19c8031f0443680eb2606bb5b8

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M CMakeLists.txtCMakeLists.txt

@@ -3,7 +3,7 @@ project(mGBA C)

set(BINARY_NAME mgba CACHE INTERNAL "Name of output binaries") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -std=gnu99") set(USE_CLI_DEBUGGER ON CACHE BOOL "Whether or not to enable the CLI-mode ARM debugger") -set(USE_GDB_STUB ON CACHE BOOL "Whether or not to enable the GDB stub ARM debugger") +set(USE_GDB_STUB OFF CACHE BOOL "Whether or not to enable the GDB stub ARM debugger") set(USE_FFMPEG ON CACHE BOOL "Whether or not to enable FFmpeg support") set(USE_PNG ON CACHE BOOL "Whether or not to enable PNG support") set(USE_LIBZIP ON CACHE BOOL "Whether or not to enable ZIP support")
M README.mdREADME.md

@@ -20,7 +20,7 @@ - Video and GIF recording.

- Remappable controls for both keyboards and gamepads. - Loading from ZIP files. - IPS and UPS patch support. -- Game debugging via a command-line interface (not available with Qt port) and GDB remote support. +- Game debugging via a command-line interface (not available with Qt port). ### Planned features