mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-18 08:44:57 +02:00
try fix sigill
This commit is contained in:
@@ -313,8 +313,8 @@ ifneq ($(filter aarch64%,$(UNAME_M)),)
|
|||||||
# Raspberry Pi 3, 4, Zero 2 (64-bit)
|
# Raspberry Pi 3, 4, Zero 2 (64-bit)
|
||||||
ifdef LLAMA_PORTABLE
|
ifdef LLAMA_PORTABLE
|
||||||
else
|
else
|
||||||
CFLAGS += -mcpu=native -march=native -mtune=native
|
CFLAGS += -mcpu=native -mno-unaligned-access
|
||||||
CXXFLAGS += -mcpu=native -march=native -mtune=native
|
CXXFLAGS += -mcpu=native -mno-unaligned-access
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user