chasse au bug

This commit is contained in:
le vieux 2020-11-25 12:20:26 +01:00
parent db7728bb10
commit 532bf5f0fc
4 changed files with 3 additions and 4 deletions

View File

@ -3,7 +3,7 @@
# et de tout le crap... # et de tout le crap...
# #
COPT = -g -no-pie -Wall -DDEBUG_LEVEL=0 -Werror=parentheses COPT = -g -pg -fpic -no-pie -Wall -DDEBUG_LEVEL=0 -Werror=parentheses
LIBS = ../libfloatimg.a -lpnglite -lm LIBS = ../libfloatimg.a -lpnglite -lm
OBJS = fonctions.o sfx.o crapulator.o glitches.o metriques.o OBJS = fonctions.o sfx.o crapulator.o glitches.o metriques.o

View File

@ -5,7 +5,6 @@
/* /*
* some constants for effect numbers */ * some constants for effect numbers */
/* /*
* the main function */ * the main function */

View File

@ -3,7 +3,7 @@
* ugly code from tTh * ugly code from tTh
*/ */
#define FIMG_VERSION 113 #define FIMG_VERSION 114
/* /*
* in memory descriptor * in memory descriptor

View File

@ -1,6 +1,6 @@
#--------------------------------------------------------------- #---------------------------------------------------------------
COPT = -Wall -fpic -g -no-pie -DDEBUG_LEVEL=0 COPT = -Wall -fpic -g -pg -no-pie -DDEBUG_LEVEL=0
DEPS = ../floatimg.h Makefile DEPS = ../floatimg.h Makefile
OBJS = fimg-png.o fimg-tiff.o misc-plots.o filtrage.o utils.o \ OBJS = fimg-png.o fimg-tiff.o misc-plots.o filtrage.o utils.o \