From 1750225cf9877df840ba4ef3637dfa17ae501d0b Mon Sep 17 00:00:00 2001 From: tTh Date: Thu, 15 Aug 2024 13:36:35 +0200 Subject: [PATCH] enable optimize --- Paramakes.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Paramakes.mk b/Paramakes.mk index a7f6f12..a34f0e2 100644 --- a/Paramakes.mk +++ b/Paramakes.mk @@ -14,12 +14,13 @@ HTML_DIR=$(DESTDIR)/html # pour tracer plein de trucs: -DDEBUG_LEVEL=1 # if IMGCOMMENT, the image comment is written to the TGA file, # but this files can't be loaded by Xv... +# # pour coredumper dans les situations graves: -DABORT=1 # # use -Wmissing-prototypes ? LIBIMG_OPT=-DFORCE_ABORT=0 -DDEBUG_LEVEL=0 -DIMGCOMMENT=0 -CC_OPTS=-Wall -W -g -ansi -O0 -fPIC -no-pie +CC_OPTS=-Wall -W -g -ansi -O1 -fPIC -no-pie CC_HACKS=-DNEED_ALLOCA_H CFLAGS= $(CC_OPTS) \