From 265690c6c09d732f07061673de9735957e1eb54c Mon Sep 17 00:00:00 2001
From: Niels Godbert <niels.godbert.etu@univ-lille.fr>
Date: Tue, 18 May 2021 10:05:36 +0200
Subject: [PATCH] Update Makefile

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 8cab6d5..ab8334b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 TARGET= project
-CFLAGS=-g -W -Wall -Wextra -MMD
+CFLAGS=-g -W -Wall -Wextra -MMD -O2
 LDFLAGS=-lm
 SRC=$(wildcard *.c)
 DEPS=$(SRC:.c=.d)
-- 
GitLab