diff --git a/Makefile b/Makefile index 88949acd2768..737b9425f319 100644 --- a/Makefile +++ b/Makefile @@ -182,6 +182,8 @@ ifeq ($(BUILD_API_ONLY),true) GRPC_BACKENDS= endif +CMAKE_ARGS+=-DGGML_STATIC=ON + .PHONY: all test build vendor get-sources prepare-sources prepare all: help