forked from tTh/FloatImg
no DEBUG_LEVEL != 0, please
This commit is contained in:
parent
c3f5419745
commit
afac6aeff1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue