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) \