From: slaren Date: Thu, 2 Nov 2023 12:10:33 +0000 (+0100) Subject: cmake : disable LLAMA_NATIVE by default (#3906) X-Git-Tag: upstream/0.0.4488~3016 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=21958bb393a654591ed26f339791b752d58f5c8b;p=pkg%2Fggml%2Fsources%2Fllama.cpp cmake : disable LLAMA_NATIVE by default (#3906) --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 611ed3f4..3c49d645 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,7 @@ endif() # general option(LLAMA_STATIC "llama: static link libraries" OFF) -option(LLAMA_NATIVE "llama: enable -march=native flag" ON) +option(LLAMA_NATIVE "llama: enable -march=native flag" OFF) option(LLAMA_LTO "llama: enable link time optimization" OFF) # debug