File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -152,14 +152,16 @@ else ifeq ($(PLATFORM),ios-sim)
152152 LDFLAGS := -dynamiclib -isysroot $(SDK ) -arch arm64 -arch x86_64 -miphonesimulator-version-min=14.0 -framework Security
153153endif
154154
155- # Base llama.cpp cmake options (combined with LLAMA variable)
155+ # Base llama.cpp cmake options
156156LLAMA_OPTIONS := $(LLAMA ) \
157157 -DCMAKE_BUILD_TYPE=Release \
158158 -DBUILD_SHARED_LIBS=OFF \
159- -DLLAMA_BUILD_TESTS =OFF \
159+ -DLLAMA_CURL =OFF \
160160 -DLLAMA_BUILD_EXAMPLES=OFF \
161+ -DLLAMA_BUILD_TESTS=OFF \
162+ -DLLAMA_BUILD_TOOLS=OFF \
161163 -DLLAMA_BUILD_SERVER=OFF \
162- -DLLAMA_CURL =OFF
164+ -DGGML_RPC =OFF
163165
164166# Conditional: Local embedding engine (llama.cpp)
165167ifeq ($(OMIT_LOCAL_ENGINE ) ,0)
You can’t perform that action at this time.
0 commit comments