diff options
| author | MoroccanMalinois <MoroccanMalinois@protonmail.com> | 2017-04-12 22:47:59 +0000 |
|---|---|---|
| committer | MoroccanMalinois <MoroccanMalinois@protonmail.com> | 2017-04-12 22:47:59 +0000 |
| commit | 6e985996344d25f393b38f9bb41a893d3232b308 (patch) | |
| tree | f83c5c65b7842b61df336c32c082e79a28a73dfb /external | |
| parent | 9ed496bbc56be915d9a33dc0087cb22b554ade61 (diff) | |
| download | monzero-core-6e985996344d25f393b38f9bb41a893d3232b308.tar.gz monzero-core-6e985996344d25f393b38f9bb41a893d3232b308.tar.xz monzero-core-6e985996344d25f393b38f9bb41a893d3232b308.zip | |
Easylogging: ELPP_STACKTRACE_ON_CRASH moved to ELPP_FEATURE_CRASH_LOG
Diffstat (limited to 'external')
| -rw-r--r-- | external/easylogging++/ea_config.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/external/easylogging++/ea_config.h b/external/easylogging++/ea_config.h index 3e6ed6e8c..2524d3477 100644 --- a/external/easylogging++/ea_config.h +++ b/external/easylogging++/ea_config.h @@ -4,8 +4,7 @@ #define ELPP_DEFAULT_LOG_FILE "" #if !defined __GNUC__ || defined __MINGW32__ || defined __MINGW64__ || defined __ANDROID__ #else -#define ELPP_STACKTRACE_ON_CRASH 1 +#define ELPP_FEATURE_CRASH_LOG 1 #endif #define ELPP_DISABLE_DEFAULT_CRASH_HANDLING -#define ELPP_FEATURE_CRASH_LOG 1 #define ELPP_NO_CHECK_MACROS |
