aboutsummaryrefslogtreecommitdiff
path: root/external/easylogging++/ea_config.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-03-25 19:06:14 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-04-10 21:05:02 +0100
commita8ac4f0a70cc433723cfc171d8a1b8f2b3287a33 (patch)
tree341e24925517e9081682fdb799a2b0c4dfc83d86 /external/easylogging++/ea_config.h
parentMerge pull request #1930 (diff)
downloadmonero-a8ac4f0a70cc433723cfc171d8a1b8f2b3287a33.tar.xz
update easylogging++ to latest upstream
Diffstat (limited to 'external/easylogging++/ea_config.h')
-rw-r--r--external/easylogging++/ea_config.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/external/easylogging++/ea_config.h b/external/easylogging++/ea_config.h
new file mode 100644
index 000000000..3e6ed6e8c
--- /dev/null
+++ b/external/easylogging++/ea_config.h
@@ -0,0 +1,11 @@
+#pragma once
+
+#define ELPP_THREAD_SAFE
+#define ELPP_DEFAULT_LOG_FILE ""
+#if !defined __GNUC__ || defined __MINGW32__ || defined __MINGW64__ || defined __ANDROID__
+#else
+#define ELPP_STACKTRACE_ON_CRASH 1
+#endif
+#define ELPP_DISABLE_DEFAULT_CRASH_HANDLING
+#define ELPP_FEATURE_CRASH_LOG 1
+#define ELPP_NO_CHECK_MACROS