From 2e6bff3f67564f390a00a2d512c268503b3d9f5a Mon Sep 17 00:00:00 2001 From: tth Date: Tue, 12 Apr 2022 14:14:13 +0200 Subject: [PATCH] no more profiling --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e60ad491..84ed3326 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,8 @@ # a look to the 'build.sh' script ! # #################################################### -COPT = -Wall -Wextra -fpic -g -pg -no-pie -DDEBUG_LEVEL=0 -LDOPT = libfloatimg.a -pg -lm +COPT = -Wall -Wextra -fpic -g -no-pie -DDEBUG_LEVEL=0 +LDOPT = libfloatimg.a -g -lm all: essai