micro tweaks

This commit is contained in:
2019-08-12 22:20:25 +02:00
parent 411aad94d7
commit db037c5d12
3 changed files with 6 additions and 3 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
DEPS = Makefile ../floatimg.h