cmake : restore LLAMA_LLAMAFILE_DEFAULT

This commit is contained in:
Georgi Gerganov 2024-04-25 21:31:17 +03:00
parent fa0b4ad252
commit dba497e0c1
No known key found for this signature in database
GPG key ID: 449E073F9DC10735
2 changed files with 7 additions and 0 deletions

View file

@ -43,6 +43,8 @@ else()
set(LLAMA_METAL_DEFAULT OFF)
endif()
set(LLAMA_LLAMAFILE_DEFAULT ON)
# general
option(BUILD_SHARED_LIBS "build shared libraries" OFF)
option(LLAMA_STATIC "llama: static link libraries" OFF)