diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-12-16 15:30:36 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-12-26 11:40:12 +0000 |
commit | 81b04cfa888a370b7729cb42ebb7347644bb6f36 (patch) | |
tree | d5bd9a8866037d92def5d71c27b6def56b29cf4a /external | |
parent | Merge pull request #3006 (diff) | |
download | monero-81b04cfa888a370b7729cb42ebb7347644bb6f36.tar.xz |
easlogging++: omit some unneded macros
Diffstat (limited to 'external')
-rw-r--r-- | external/easylogging++/ea_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/external/easylogging++/ea_config.h b/external/easylogging++/ea_config.h index 6215e67de..4c63538e4 100644 --- a/external/easylogging++/ea_config.h +++ b/external/easylogging++/ea_config.h @@ -9,3 +9,4 @@ #define ELPP_DISABLE_DEFAULT_CRASH_HANDLING #define ELPP_NO_CHECK_MACROS #define ELPP_WINSOCK2 +#define ELPP_NO_DEBUG_MACROS |