mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 06:51:17 +01:00
Build the gdbstub by default
While the gdbstub is somewhat broken at the moment, building it by default should keep us from breaking the build (which has happened several times in the past: #2614, #5904, #8262). It isn't very intrusive and it does nothing unless it is enabled in the config file.
This commit is contained in:
parent
ae187818f5
commit
0aadb9fd7b
@ -50,7 +50,7 @@ option(ENCODE_FRAMEDUMPS "Encode framedumps in AVI format" ON)
|
||||
|
||||
option(ENABLE_GPROF "Enable gprof profiling (must be using Debug build)" OFF)
|
||||
option(FASTLOG "Enable all logs" OFF)
|
||||
option(GDBSTUB "Enable gdb stub for remote debugging." OFF)
|
||||
option(GDBSTUB "Enable gdb stub for remote debugging." ON)
|
||||
option(OPROFILING "Enable profiling" OFF)
|
||||
|
||||
# TODO: Add DSPSpy
|
||||
|
Loading…
x
Reference in New Issue
Block a user