From 956ed895957081e87d8dfe34b264817cafe7a9d7 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Sat, 12 Apr 2025 17:06:55 +0800 Subject: [PATCH] fixed build --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index da8080a8b..f07e2e58b 100644 --- a/Makefile +++ b/Makefile @@ -152,6 +152,9 @@ else endif # LLAMA_NOAVX2 else CFLAGS += -march=native -mtune=native + SIMPLECFLAGS += -march=native -mtune=native + SIMPLERCFLAGS += -march=native -mtune=native + FULLCFLAGS += -march=native -mtune=native endif # LLAMA_PORTABLE endif # if x86