From fe076d7d465e2adba3d5e0855b48145c42df9805 Mon Sep 17 00:00:00 2001 From: Ren Kararou Date: Thu, 26 Dec 2024 01:56:32 -0600 Subject: add optimizations cinder recommended --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index f5a993a..a1d7711 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,6 @@ CC:=clang -CFLAGS:=-O3 -funroll-loops -LDFLAGS:=-flto +CFLAGS:=-march=native -O3 -funroll-loops +LDFLAGS:=-flto=thin INCLUDES=-Iinc/ -- cgit 1.4.1-2-gfad0