From eb5374979680bbbb370034d6700153316aea1573 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 15 May 2022 21:51:49 +0200 Subject: [PATCH] fix typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a0bec79..3f0c76b 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ LDFLAGS += -lGL4Dummies $(shell sdl2-config --libs) $(PROGNAME): CFLAGS += -Wall -Wextra -Wshadow -pedantic -g -Wsign-conversion -fanalyzer $(PROGNAME): compilation -# Version finale avec optimisation +# Version finale avec optimisations release: CFLAGS += -O3 release: compilation