Skip to content

Commit

Permalink
Build the gdbstub by default
Browse files Browse the repository at this point in the history
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: dolphin-emu#2614, dolphin-emu#5904, dolphin-emu#8262).

It isn't very intrusive and it does nothing unless it is enabled
in the config file.
  • Loading branch information
leoetlino committed Dec 25, 2020
1 parent ae18781 commit 0aadb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0aadb9f

Please sign in to comment.