oop debugging was enabled for disc write

This commit is contained in:
John Cupitt 2011-08-09 13:11:03 +01:00
parent 53589638d0
commit e5effaba94
2 changed files with 4 additions and 4 deletions

6
TODO
View File

@ -1,4 +1,4 @@
- scrap acinclude.m4 and pout those macros into m4/ - scrap acinclude.m4 and put those macros into m4/
need to fix up bootstrap though, it wipes m4 currently need to fix up bootstrap though, it wipes m4 currently
@ -6,8 +6,6 @@
- in benchmark, try:
- vips operation print could show operation flags as well, cf. "vips - vips operation print could show operation flags as well, cf. "vips
im_subtract" im_subtract"
@ -18,6 +16,8 @@
maybe wait until we have to maybe wait until we have to
- revisit orc conv - revisit orc conv
use an 8.8 accumulator ... build the scale into the 8.8 coeffs ... no div at use an 8.8 accumulator ... build the scale into the 8.8 coeffs ... no div at

View File

@ -36,8 +36,8 @@
*/ */
/* /*
*/
#define VIPS_DEBUG #define VIPS_DEBUG
*/
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>