From fb986198527a0627dcde85de3d250dfb8a111006 Mon Sep 17 00:00:00 2001 From: Kawrakow Date: Fri, 25 Apr 2025 13:24:18 +0200 Subject: [PATCH] Add ability to manually set arch flags (#347) Co-authored-by: Iwan Kawrakow --- ggml/src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml/src/CMakeLists.txt b/ggml/src/CMakeLists.txt index 0aa08adf..17a9e2eb 100644 --- a/ggml/src/CMakeLists.txt +++ b/ggml/src/CMakeLists.txt @@ -1086,7 +1086,7 @@ if (NOT MSVC) endif() endif() -set(ARCH_FLAGS "") +set(ARCH_FLAGS ${GGML_ARCH_FLAGS}) if (CMAKE_OSX_ARCHITECTURES STREQUAL "arm64" OR CMAKE_GENERATOR_PLATFORM_LWR STREQUAL "arm64" OR