From 1fec7e9fba5aace20e0b5c5463eca9c0d0692f51 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 12 Dec 2025 12:54:49 +0100 Subject: Improve performance --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2050035..c1f8243 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # ANSI C compatible library with clean build structure CC ?= gcc -CFLAGS_RELEASE = -ansi -pedantic -Wall -Wextra -O2 -fomit-frame-pointer +CFLAGS_RELEASE = -ansi -pedantic -Wall -Wextra -O3 -march=native -fomit-frame-pointer CFLAGS_DEBUG = -ansi -pedantic -Wall -Wextra -g -DDEBUG # Build configuration -- cgit