mirror of
https://github.com/ollama/ollama.git
synced 2025-06-04 17:49:24 +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_C_COMPILER=gcc.exe",
|
||||||
"-DCMAKE_CXX_COMPILER=g++.exe",
|
"-DCMAKE_CXX_COMPILER=g++.exe",
|
||||||
"-DBUILD_SHARED_LIBS=off",
|
"-DBUILD_SHARED_LIBS=off",
|
||||||
|
"-DGGML_STATIC=on",
|
||||||
"-DGGML_NATIVE=off",
|
"-DGGML_NATIVE=off",
|
||||||
"-DGGML_AVX=off",
|
"-DGGML_AVX=off",
|
||||||
"-DGGML_AVX2=off",
|
"-DGGML_AVX2=off",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user