Makefile : pas de -O3 >:(

This commit is contained in:
Ahurac 2024-01-21 00:22:04 +01:00
parent bcdc33d33c
commit 4ada112d9d

View file

@ -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