mirror of
https://github.com/ollama/ollama.git
synced 2025-06-03 02:09:25 +02:00
llm: add GGML_STATIC
flag to windows static lib
This commit is contained in:
parent
e0348d3fe8
commit
9ae146993e
@ -204,6 +204,7 @@ function build_static() {
|
||||
"-DCMAKE_C_COMPILER=gcc.exe",
|
||||
"-DCMAKE_CXX_COMPILER=g++.exe",
|
||||
"-DBUILD_SHARED_LIBS=off",
|
||||
"-DGGML_STATIC=on",
|
||||
"-DGGML_NATIVE=off",
|
||||
"-DGGML_AVX=off",
|
||||
"-DGGML_AVX2=off",
|
||||
|
Loading…
x
Reference in New Issue
Block a user