no more profiling

This commit is contained in:
tonton Th
2019-09-07 11:16:15 +02:00
parent 1957acf93f
commit 2cdb7dac81
4 changed files with 5 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
# building the base library
#
COPT = -Wall -fpic -g -no-pie -pg -DDEBUG_LEVEL=0
COPT = -Wall -fpic -g -no-pie -DDEBUG_LEVEL=0
OBJS = fimg-core.o fimg-pnm.o fimg-file.o fimg-math.o \
fimg-timers.o operators.o fimg-2gray.o
DEPS = Makefile ../floatimg.h