mirror of https://github.com/BOINC/boinc.git
MGR: Allow enabling wxLogTrace on Mac
This commit is contained in:
parent
21104845d9
commit
3362551142
|
@ -33,6 +33,10 @@
|
|||
|
||||
#define USE_DEBUG_WXMAC 0
|
||||
|
||||
#if USE_DEBUG_WXMAC
|
||||
#define wxUSE_LOG_TRACE 1
|
||||
#endif
|
||||
|
||||
#define wxDEBUG_LEVEL 0
|
||||
#define __WXOSX_COCOA__
|
||||
#define __WX__
|
||||
|
|
Loading…
Reference in New Issue