For some reason, setting DAPDEBUG and OCDEBUG to 1 causes a bunch of failures on OSX.

This commit is contained in:
Ward Fisher 2015-05-27 11:04:09 -06:00
parent 805a4882cb
commit 0693b42078

View File

@ -5,7 +5,7 @@
#ifndef DEBUG_H
#define DEBUG_H
#if 1
#if 0
#define DAPDEBUG 1
#define OCDEBUG 1
#endif
@ -72,4 +72,3 @@ extern int dapthrow(int err);
#define LOG2(level,msg,a1,a2) nclog(level,msg,a1,a2)
#endif /*DEBUG_H*/