llm: statically link pthread and stdc++ dependencies in windows build

This commit is contained in:
jmorganca
2024-07-06 12:54:02 -04:00
parent 9ae146993e
commit f1a379aa56
2 changed files with 2 additions and 2 deletions

View File

@@ -204,7 +204,6 @@ 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",