From 4ada112d9d62c9cb6583e7f0c20fca399cb6e25d Mon Sep 17 00:00:00 2001 From: Ahurac Date: Sun, 21 Jan 2024 00:22:04 +0100 Subject: [PATCH] Makefile : pas de -O3 >:( --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fbc5d18..fa1cee3 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ BINS_MODE := 740 # Compiler options CC := cc -CC_OPTIONS = -O3 +CC_OPTIONS = -O2 # C sources file format SRC_FMT := .c # Names of C programs to compile