From 858a991520014f9de27717fe78cc9334442d5bb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Gourv=C3=A9nec?= Date: Tue, 19 Mar 2024 15:49:36 +0100 Subject: [PATCH] feat(build): chagne -O3 for -Ofast --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4eadf24..d7832c8 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC=clang -CFLAGS=-pedantic -Wall -Wextra -std=c99 -D_GNU_SOURCE -O3 +CFLAGS=-pedantic -Wall -Wextra -std=c99 -D_GNU_SOURCE -Ofast all: shorten