From baf6325907ef7a26033dff335ed6a91fb96bbaeb Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Fri, 30 Jun 2023 23:06:11 +0800 Subject: [PATCH] added flag for building kquants in tools --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 307dcd3c3..e1c3869a2 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ endif # keep standard at C11 and C++11 CFLAGS = -I. -I./include -I./include/CL -I./otherarch -I./otherarch/tools -Ofast -DNDEBUG -std=c11 -fPIC -DGGML_USE_K_QUANTS -CXXFLAGS = -I. -I./examples -I./include -I./include/CL -I./otherarch -I./otherarch/tools -O3 -DNDEBUG -std=c++11 -fPIC +CXXFLAGS = -I. -I./examples -I./include -I./include/CL -I./otherarch -I./otherarch/tools -O3 -DNDEBUG -std=c++11 -fPIC -DGGML_USE_K_QUANTS LDFLAGS = # these are used on windows, to build some libraries with extra old device compatibility @@ -56,7 +56,7 @@ FAILSAFE_FLAGS = -DUSE_FAILSAFE ifdef LLAMA_CUBLAS CUBLAS_FLAGS = -DGGML_USE_CUBLAS else - CUBLAS_FLAGS = + CUBLAS_FLAGS = endif CUBLASLD_FLAGS = CUBLAS_OBJS =