enabling debug build to get better info on travis errors

This commit is contained in:
wiredfool 2013-03-12 22:54:13 -07:00
parent 7226d0dc26
commit 35ce34a5fa

View File

@ -49,13 +49,13 @@ extern int ImagingLibTiffSetField(ImagingCodecState state, ttag_t tag, ...);
#define TRACE(args)
#else
/*
#define VA_ARGS(...) __VA_ARGS__
#define TRACE(args) fprintf(stderr, VA_ARGS args)
*/
/*
#define TRACE(args)
*/
#endif