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:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user