mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 21:24:31 +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)
|
||||
#else
|
||||
|
||||
/*
|
||||
|
||||
#define VA_ARGS(...) __VA_ARGS__
|
||||
#define TRACE(args) fprintf(stderr, VA_ARGS args)
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
#define TRACE(args)
|
||||
|
||||
*/
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user