From 3cc9e61a62e46a46eef0061e991116aa80e81f5d 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): change -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