From 86170e0374ad0d9a9badcffa2446c472386cbc93 Mon Sep 17 00:00:00 2001 From: Cebtenzzre Date: Sun, 17 Sep 2023 21:29:32 -0400 Subject: [PATCH] make : remove redundant -Wno-pedantic --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b4f3af62b..7c35be556 100644 --- a/Makefile +++ b/Makefile @@ -381,7 +381,7 @@ ifdef LLAMA_CUDA_CCBIN NVCCFLAGS += -ccbin $(LLAMA_CUDA_CCBIN) endif ggml-cuda.o: ggml-cuda.cu ggml-cuda.h - $(NVCC) $(NVCCFLAGS) -Wno-pedantic -c $< -o $@ + $(NVCC) $(NVCCFLAGS) -c $< -o $@ endif # LLAMA_CUBLAS ifdef LLAMA_CLBLAST