image-tool: build with AVIF_DEBUG for now

This makes it easier to find out whats going on while the avif
loader is still frequently touched.
This commit is contained in:
Matthias Clasen
2024-08-08 10:06:37 -04:00
parent 00aec81d79
commit d4e536ebc6

View File

@@ -80,7 +80,7 @@ foreach tool: gtk_tools
exe = executable(tool_name,
sources: tool_srcs,
include_directories: [confinc],
c_args: common_cflags + [ '-DBUILD_TOOLS' ],
c_args: common_cflags + [ '-DBUILD_TOOLS', '-DAVIF_DEBUG' ],
dependencies: tool_deps,
install: true,
)