no more profiling compile

This commit is contained in:
le vieux
2020-11-25 14:38:39 +01:00
parent 532bf5f0fc
commit e17232f29c
4 changed files with 12 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
# building the base library
#
COPT = -Wall -fpic -g -pg -no-pie -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 \