From 7c129305f5432b3ff129cb56046882024ad3ec3c Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Thu, 4 May 2023 12:10:19 +0800 Subject: [PATCH] derp (+1 squashed commits) Squashed commits: [8fa8af7] suppress the rwkv Wwrite-strings warnings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4514d09cf..93f2011a0 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ CLBLAST_FLAGS = -DGGML_USE_CLBLAST #lets try enabling everything CFLAGS += -pthread -s -CXXFLAGS += -pthread -s -Wno-multichar +CXXFLAGS += -pthread -s -Wno-multichar -Wno-write-strings # OS specific # TODO: support Windows