This commit is contained in:
Concedo
2024-12-09 17:32:10 +08:00
parent 1ffacc4844
commit f5b123173d
+2 -2
View File
@@ -313,8 +313,8 @@ ifneq ($(filter aarch64%,$(UNAME_M)),)
# Raspberry Pi 3, 4, Zero 2 (64-bit)
ifdef LLAMA_PORTABLE
else
CFLAGS += -mcpu=native -fsanitize=undefined
CXXFLAGS += -mcpu=native -fsanitize=undefined
CFLAGS += -mcpu=native
CXXFLAGS += -mcpu=native
endif
endif