From c217a66bb2e54d20e12ee9d383d491b73d566975 Mon Sep 17 00:00:00 2001 From: slaren Date: Thu, 2 Nov 2023 13:04:19 +0100 Subject: [PATCH] disable LLAMA_NATIVE by default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 611ed3f4d2a64..3c49d645c3196 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