]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Reduce optimizations on arm64
authorMathieu Baudier <redacted>
Mon, 29 Dec 2025 15:58:30 +0000 (16:58 +0100)
committerMathieu Baudier <redacted>
Mon, 29 Dec 2025 15:58:30 +0000 (16:58 +0100)
debian/rules

index 1f265b9385e8eebadce5d68aa60727017594caa0..a0013da3fd65124afd56d89069eca6f18309ab48 100755 (executable)
@@ -38,7 +38,7 @@ FLAGS_ARGEO=-O2 -g -DNDEBUG
 ifeq ($(distribution),Ubuntu)
 # Optimize for Raspberry Pi 5 on Ubuntu
 #FLAGS_ARGEO += -mcpu=cortex-a76+crc+crypto
-CMAKE_OPTS += -DGGML_CPU_ARM_ARCH=armv8-a
+CMAKE_FLAGS += -DGGML_CPU_ARM_ARCH=armv8-a
 else
 CMAKE_FLAGS += -DGGML_CPU_ARM_ARCH=armv8-a
 endif