llm: add GGML_STATIC
flag to windows static lib
This commit is contained in:
parent
e0348d3fe8
commit
9ae146993e
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue