Skip to content

Commit 890ecd8

Browse files
committed
Set some build definitions to make cpplog happy on OSX.
1 parent a2be56b commit 890ecd8

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

cpplog.hpp

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,18 @@
5454
#define LL_ERROR 4
5555
#define LL_FATAL 5
5656

57+
#ifndef CPPLOG_NO_THREADING
58+
#define CPPLOG_NO_THREADING
59+
#endif
60+
#ifndef CPPLOG_NO_SYSTEM_IDS
61+
#define CPPLOG_NO_SYSTEM_IDS
62+
#endif
63+
#ifndef CPPLOG_FATAL_NOEXIT
64+
#define CPPLOG_FATAL_NOEXIT
65+
#endif
66+
67+
#define CPPLOG_FILTER_LEVEL LL_WARN
68+
5769

5870
// ------------------------------ CONFIGURATION ------------------------------
5971

0 commit comments

Comments
 (0)