commit 0dda3b6a2457ec4e9b38a520454bbd4a3a221d7e
parent 57d1c93243ccc1ab9587685ccc88163ed1713a6a
Author: bsandro <email@bsandro.tech>
Date: Sun, 7 Dec 2025 22:01:38 +0200
Makefile optimization
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
@@ -6,6 +6,8 @@ ifeq ($(UNAME),riscv64)
CFLAGS+=-mtune=sifive-u74
else ifeq ($(UNAME),Power Macintosh)
CFLAGS+=-mtune=native -flto
+else ifeq ($(UNAME),i386)
+CFLAGS+=-mtune=natuve
else
CFLAGS+=-march=native -flto
endif