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

View file

@ -59,7 +59,7 @@ CLBLAST_FLAGS = -DGGML_USE_CLBLAST
#lets try enabling everything #lets try enabling everything
CFLAGS += -pthread -s CFLAGS += -pthread -s
CXXFLAGS += -pthread -s -Wno-multichar CXXFLAGS += -pthread -s -Wno-multichar -Wno-write-strings
# OS specific # OS specific
# TODO: support Windows # TODO: support Windows