no DEBUG_LEVEL != 0, please

This commit is contained in:
tth 2019-09-14 15:16:24 +02:00
parent c3f5419745
commit afac6aeff1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#---------------------------------------------------------------
COPT = -Wall -fpic -g -no-pie -DDEBUG_LEVEL=1
COPT = -Wall -fpic -g -no-pie -DDEBUG_LEVEL=0
DEPS = ../floatimg.h Makefile
OBJS = fimg-png.o fimg-tiff.o misc-plots.o filtrage.o utils.o \
fimg-libpnm.o