From afac6aeff1a0d87e39af2d4cf1cc0c37d9a12776 Mon Sep 17 00:00:00 2001 From: tth Date: Sat, 14 Sep 2019 15:16:24 +0200 Subject: [PATCH] no DEBUG_LEVEL != 0, please --- funcs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funcs/Makefile b/funcs/Makefile index 22648a95..ca69a5de 100644 --- a/funcs/Makefile +++ b/funcs/Makefile @@ -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