From e1714b09de4cd7432bd5133e6d6974cea6958918 Mon Sep 17 00:00:00 2001 From: GODBERT Niels <niels.godbert@polytech-lille.net> Date: Fri, 23 Apr 2021 14:21:04 +0200 Subject: [PATCH] maj MakeFile (ajout -Ox) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8cab6d5..e5d51d1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ TARGET= project -CFLAGS=-g -W -Wall -Wextra -MMD +CFLAGS=-g -W -Wall -Wextra -MMD -Ox LDFLAGS=-lm SRC=$(wildcard *.c) DEPS=$(SRC:.c=.d) -- GitLab