mirror of
https://github.com/ollama/ollama.git
synced 2025-08-26 18:01:38 +02:00
win: static link msvc libs (#11612)
This should help reduce the runtime dependencies on windows.
This commit is contained in:
@@ -6,7 +6,8 @@
|
|||||||
"binaryDir": "${sourceDir}/build",
|
"binaryDir": "${sourceDir}/build",
|
||||||
"installDir": "${sourceDir}/dist",
|
"installDir": "${sourceDir}/dist",
|
||||||
"cacheVariables": {
|
"cacheVariables": {
|
||||||
"CMAKE_BUILD_TYPE": "Release"
|
"CMAKE_BUILD_TYPE": "Release",
|
||||||
|
"CMAKE_MSVC_RUNTIME_LIBRARY": "MultiThreaded"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user