Skip to content

Commit c043206

Browse files
committed
Update llama.cpp cmake options in Makefile
1 parent 8c88f2f commit c043206

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Makefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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
153153
endif
154154

155-
# Base llama.cpp cmake options (combined with LLAMA variable)
155+
# Base llama.cpp cmake options
156156
LLAMA_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)
165167
ifeq ($(OMIT_LOCAL_ENGINE),0)

0 commit comments

Comments
 (0)