From ea359b50cb99acbb8aa1296946e7d524b0d07f9c Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Sat, 25 Mar 2017 20:21:27 +0000 Subject: [PATCH] Fixup choice of easylogging++ vs libunwind stack trace code --- external/easylogging++/easylogging++.h | 1 + 1 file changed, 1 insertion(+) diff --git a/external/easylogging++/easylogging++.h b/external/easylogging++/easylogging++.h index 94c82dc1..195df7e5 100644 --- a/external/easylogging++/easylogging++.h +++ b/external/easylogging++/easylogging++.h @@ -198,6 +198,7 @@ ELPP_INTERNAL_DEBUGGING_OUT_INFO << ELPP_INTERNAL_DEBUGGING_MSG(internalInfoStre # if (ELPP_COMPILER_GCC && !ELPP_MINGW) # define ELPP_STACKTRACE 1 # else +# define ELPP_STACKTRACE 0 # if ELPP_COMPILER_MSVC # pragma message("Stack trace not available for this compiler") # else