mirror of
https://github.com/monero-project/monero.git
synced 2026-07-30 23:50:24 -07:00
update easylogging++ to latest upstream
This commit is contained in:
@@ -49,15 +49,6 @@
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <boost/algorithm/string.hpp>
|
||||
|
||||
#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_DISABLE_CHECK_MACROS
|
||||
#include "easylogging++.h"
|
||||
|
||||
#define MONERO_DEFAULT_LOG_CATEGORY "default"
|
||||
|
||||
@@ -41,6 +41,7 @@ endif()
|
||||
target_link_libraries(epee
|
||||
PUBLIC
|
||||
crypto
|
||||
easylogging
|
||||
${Boost_FILESYSTEM_LIBRARY}
|
||||
PRIVATE
|
||||
${EXTRA_LIBRARIES})
|
||||
|
||||
Reference in New Issue
Block a user