diff options
author | ston1th <ston1th@giftfish.de> | 2017-12-09 10:01:31 +0100 |
---|---|---|
committer | ston1th <ston1th@giftfish.de> | 2017-12-09 10:01:31 +0100 |
commit | 5cc8469332c800e6cd4aea4db5a9aef77251263b (patch) | |
tree | 67b41ea675cb3a861bf38834f965640f213c04f8 /external/easylogging++/easylogging++.cc | |
parent | Merge pull request #2883 (diff) | |
download | monero-5cc8469332c800e6cd4aea4db5a9aef77251263b.tar.xz |
easylogging: show the 'no stack trace' warning only once
If execinfo.h is not available, output the stack trace warning only once, so we don't spam the build logs with it.
Diffstat (limited to 'external/easylogging++/easylogging++.cc')
-rw-r--r-- | external/easylogging++/easylogging++.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/external/easylogging++/easylogging++.cc b/external/easylogging++/easylogging++.cc index 6bc6b2619..31b201897 100644 --- a/external/easylogging++/easylogging++.cc +++ b/external/easylogging++/easylogging++.cc @@ -14,6 +14,7 @@ // http://muflihun.com // +#define EASYLOGGING_CC #include "easylogging++.h" #if defined(AUTO_INITIALIZE_EASYLOGGINGPP) |