We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2756c4f commit 21958bbCopy full SHA for 21958bb
CMakeLists.txt
@@ -44,7 +44,7 @@ endif()
44
45
# general
46
option(LLAMA_STATIC "llama: static link libraries" OFF)
47
-option(LLAMA_NATIVE "llama: enable -march=native flag" ON)
+option(LLAMA_NATIVE "llama: enable -march=native flag" OFF)
48
option(LLAMA_LTO "llama: enable link time optimization" OFF)
49
50
# debug
0 commit comments