GDBStub: remove the cmake option and the ifdefs

This commit is contained in:
aldelaro5 2021-10-01 09:56:26 -04:00
commit 94a0f416eb
10 changed files with 13 additions and 60 deletions

View file

@ -79,11 +79,9 @@ struct SConfig
// Settings
bool bEnableDebugging = false;
#ifdef USE_GDBSTUB
int iGDBPort;
#ifndef _WIN32
std::string gdb_socket;
#endif
#endif
bool bAutomaticStart = false;
bool bBootToPause = false;