added monerod docker image
All checks were successful
CI / Build monerod docker images (push) Successful in 18s
All checks were successful
CI / Build monerod docker images (push) Successful in 18s
This commit is contained in:
11
monerod/easylogging.patch
Normal file
11
monerod/easylogging.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/external/easylogging++/easylogging++.h
|
||||
+++ b/external/easylogging++/easylogging++.h
|
||||
@@ -221,7 +221,7 @@
|
||||
# define ELPP_INTERNAL_INFO(lvl, msg)
|
||||
#endif // (defined(ELPP_DEBUG_INFO))
|
||||
#if (defined(ELPP_FEATURE_ALL)) || (defined(ELPP_FEATURE_CRASH_LOG))
|
||||
-# if (ELPP_COMPILER_GCC && !ELPP_MINGW && !ELPP_OS_OPENBSD && !ELPP_OS_NETBSD && !ELPP_OS_ANDROID && !ELPP_OS_EMSCRIPTEN)
|
||||
+# if (__has_include(<execinfo.h>) && ELPP_COMPILER_GCC && !ELPP_MINGW && !ELPP_OS_OPENBSD && !ELPP_OS_NETBSD && !ELPP_OS_ANDROID && !ELPP_OS_EMSCRIPTEN)
|
||||
# define ELPP_STACKTRACE 1
|
||||
# else
|
||||
# define ELPP_STACKTRACE 0
|
||||
Reference in New Issue
Block a user