cmake : disable LLAMA_NATIVE by default (#3906)

This commit is contained in:
slaren 2023-11-02 13:10:33 +01:00 committed by GitHub
parent 2756c4fbff
commit 21958bb393
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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