Skip to content

Commit 95cc520

Browse files
slarenolexiyb
authored andcommitted
cmake : disable LLAMA_NATIVE by default (ggml-org#3906)
1 parent 06b9197 commit 95cc520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ endif()
4444

4545
# general
4646
option(LLAMA_STATIC "llama: static link libraries" OFF)
47-
option(LLAMA_NATIVE "llama: enable -march=native flag" ON)
47+
option(LLAMA_NATIVE "llama: enable -march=native flag" OFF)
4848
option(LLAMA_LTO "llama: enable link time optimization" OFF)
4949

5050
# debug

0 commit comments

Comments
 (0)