diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-12-16 15:30:56 +0000 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-12-26 11:40:15 +0000 |
| commit | da0fd71d3eae7d45ac1e884190bfd5a2b3eb917a (patch) | |
| tree | 9c8624723a93a9e230d4e84b058aed0b220dfbe1 /external/easylogging++ | |
| parent | 81b04cfa888a370b7729cb42ebb7347644bb6f36 (diff) | |
| download | monzero-core-da0fd71d3eae7d45ac1e884190bfd5a2b3eb917a.tar.gz monzero-core-da0fd71d3eae7d45ac1e884190bfd5a2b3eb917a.tar.xz monzero-core-da0fd71d3eae7d45ac1e884190bfd5a2b3eb917a.zip | |
only include the easylogging++ stack trace code when needed
Diffstat (limited to 'external/easylogging++')
| -rw-r--r-- | external/easylogging++/ea_config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/external/easylogging++/ea_config.h b/external/easylogging++/ea_config.h index 4c63538e4..c97858f30 100644 --- a/external/easylogging++/ea_config.h +++ b/external/easylogging++/ea_config.h @@ -2,11 +2,11 @@ #define ELPP_THREAD_SAFE #define ELPP_DEFAULT_LOG_FILE "" -#if !defined __GNUC__ || defined __MINGW32__ || defined __MINGW64__ || defined __ANDROID__ -#else -#define ELPP_FEATURE_CRASH_LOG 1 -#endif #define ELPP_DISABLE_DEFAULT_CRASH_HANDLING #define ELPP_NO_CHECK_MACROS #define ELPP_WINSOCK2 #define ELPP_NO_DEBUG_MACROS + +#ifdef EASYLOGGING_CC +#define ELPP_FEATURE_CRASH_LOG +#endif |
