Skip to content

Commit

Permalink
cmake : disable LLAMA_NATIVE by default (ggerganov#3906)
Browse files Browse the repository at this point in the history
  • Loading branch information
slaren authored and olexiyb committed Nov 23, 2023
1 parent 06b9197 commit 95cc520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95cc520

Please sign in to comment.