diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-03-25 20:21:27 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-04-10 21:05:47 +0100 |
commit | ea359b50cb99acbb8aa1296946e7d524b0d07f9c (patch) | |
tree | b8a4d36826528a83b7ee6f8d11f54dcae0ce6c90 | |
parent | easylogging++: do not disable DEBUG level based on _DEBUG/NDEBUG (diff) | |
download | monero-ea359b50cb99acbb8aa1296946e7d524b0d07f9c.tar.xz |
Fixup choice of easylogging++ vs libunwind stack trace code
-rw-r--r-- | external/easylogging++/easylogging++.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/external/easylogging++/easylogging++.h b/external/easylogging++/easylogging++.h index 94c82dc1a..195df7e5c 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 |