aboutsummaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-04-24 10:46:01 +0200
committerRiccardo Spagni <ric@spagni.net>2017-04-24 10:46:01 +0200
commit470ac0bfc7074a5ab0ae92ba838643321479a685 (patch)
tree2cb56afc52c181e2aa1742c0572e0cf9d2fea736 /external
parentMerge pull request #1966 (diff)
parentEasylogging: ELPP_STACKTRACE_ON_CRASH moved to ELPP_FEATURE_CRASH_LOG (diff)
downloadmonero-470ac0bfc7074a5ab0ae92ba838643321479a685.tar.xz
Merge pull request #1967
6e985996 Easylogging: ELPP_STACKTRACE_ON_CRASH moved to ELPP_FEATURE_CRASH_LOG (MoroccanMalinois)
Diffstat (limited to 'external')
-rw-r--r--external/easylogging++/ea_config.h3
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