derp (+1 squashed commits)

Squashed commits:

[8fa8af7] suppress the rwkv Wwrite-strings warnings
This commit is contained in:
Concedo
2023-05-04 12:10:19 +08:00
parent ede8e4edbb
commit 7c129305f5
+1 -1
View File
@@ -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