We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c88f2f commit c043206Copy full SHA for c043206
1 file changed
Makefile
@@ -152,14 +152,16 @@ else ifeq ($(PLATFORM),ios-sim)
152
LDFLAGS := -dynamiclib -isysroot $(SDK) -arch arm64 -arch x86_64 -miphonesimulator-version-min=14.0 -framework Security
153
endif
154
155
-# Base llama.cpp cmake options (combined with LLAMA variable)
+# Base llama.cpp cmake options
156
LLAMA_OPTIONS := $(LLAMA) \
157
-DCMAKE_BUILD_TYPE=Release \
158
-DBUILD_SHARED_LIBS=OFF \
159
- -DLLAMA_BUILD_TESTS=OFF \
+ -DLLAMA_CURL=OFF \
160
-DLLAMA_BUILD_EXAMPLES=OFF \
161
+ -DLLAMA_BUILD_TESTS=OFF \
162
+ -DLLAMA_BUILD_TOOLS=OFF \
163
-DLLAMA_BUILD_SERVER=OFF \
- -DLLAMA_CURL=OFF
164
+ -DGGML_RPC=OFF
165
166
# Conditional: Local embedding engine (llama.cpp)
167
ifeq ($(OMIT_LOCAL_ENGINE),0)
0 commit comments