mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-17 16:50:18 +08:00
For some reason, setting DAPDEBUG and OCDEBUG to 1 causes a bunch of failures on OSX.
This commit is contained in:
parent
805a4882cb
commit
0693b42078
@ -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*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user