From 75ff98e4d65862ff5b36b533b4f6e3ea71ede1d5 Mon Sep 17 00:00:00 2001 From: Tuowen Zhao Date: Sat, 17 Sep 2016 03:22:53 +0000 Subject: cmake build --- chill/include/chilldebug.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 chill/include/chilldebug.h (limited to 'chill/include/chilldebug.h') diff --git a/chill/include/chilldebug.h b/chill/include/chilldebug.h new file mode 100644 index 0000000..4abbb82 --- /dev/null +++ b/chill/include/chilldebug.h @@ -0,0 +1,11 @@ + +// a central place to turn on debugging messages + +// enable the next line to get lots of output +//#define DEBUGCHILL + +#ifdef DEBUGCHILL +#define DEBUG_PRINT(args...) fprintf(stderr, args ) +#else +#define DEBUG_PRINT(args...) /* Don't do anything */ +#endif -- cgit v1.2.3-70-g09d2