mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-10 16:22:22 +03:00
enabling debug build to get better info on travis errors
This commit is contained in:
parent
7226d0dc26
commit
35ce34a5fa
|
@ -49,13 +49,13 @@ extern int ImagingLibTiffSetField(ImagingCodecState state, ttag_t tag, ...);
|
||||||
#define TRACE(args)
|
#define TRACE(args)
|
||||||
#else
|
#else
|
||||||
|
|
||||||
/*
|
|
||||||
#define VA_ARGS(...) __VA_ARGS__
|
#define VA_ARGS(...) __VA_ARGS__
|
||||||
#define TRACE(args) fprintf(stderr, VA_ARGS args)
|
#define TRACE(args) fprintf(stderr, VA_ARGS args)
|
||||||
*/
|
|
||||||
|
/*
|
||||||
#define TRACE(args)
|
#define TRACE(args)
|
||||||
|
*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user