From 532bf5f0fc6f8c94e267a58082225115962e117c Mon Sep 17 00:00:00 2001 From: le vieux Date: Wed, 25 Nov 2020 12:20:26 +0100 Subject: [PATCH] chasse au bug --- Fonderie/Makefile | 2 +- Fonderie/crapulator.h | 1 - floatimg.h | 2 +- funcs/Makefile | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Fonderie/Makefile b/Fonderie/Makefile index 194b8e0..adf66d3 100644 --- a/Fonderie/Makefile +++ b/Fonderie/Makefile @@ -3,7 +3,7 @@ # 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 OBJS = fonctions.o sfx.o crapulator.o glitches.o metriques.o diff --git a/Fonderie/crapulator.h b/Fonderie/crapulator.h index dc41214..11cb208 100644 --- a/Fonderie/crapulator.h +++ b/Fonderie/crapulator.h @@ -5,7 +5,6 @@ /* * some constants for effect numbers */ - /* * the main function */ diff --git a/floatimg.h b/floatimg.h index 4dfb3b0..9253958 100644 --- a/floatimg.h +++ b/floatimg.h @@ -3,7 +3,7 @@ * ugly code from tTh */ -#define FIMG_VERSION 113 +#define FIMG_VERSION 114 /* * in memory descriptor diff --git a/funcs/Makefile b/funcs/Makefile index 6c6455d..f3a45e3 100644 --- a/funcs/Makefile +++ b/funcs/Makefile @@ -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 OBJS = fimg-png.o fimg-tiff.o misc-plots.o filtrage.o utils.o \