Move crash_switch variable to cpp file

ini_importer_tests
elsid 11 months ago
parent 8348557893
commit fc12728d25
No known key found for this signature in database
GPG Key ID: 4DE04C198CBA7625

@ -67,6 +67,8 @@ static struct
namespace
{
constexpr char crash_switch[] = "--cc-handle-crash";
struct SignalInfo
{
int mCode;

@ -11,8 +11,6 @@
#define USE_CRASH_CATCHER 0
#endif
constexpr char crash_switch[] = "--cc-handle-crash";
#if USE_CRASH_CATCHER
extern void crashCatcherInstall(int argc, char** argv, const std::filesystem::path& crashLogPath);
#else

Loading…
Cancel
Save