From 183570335131afcac4de6282057a1b6465c037b5 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Thu, 27 Jun 2024 10:05:54 +0200 Subject: [PATCH] debug --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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