derp (+1 squashed commits)
Squashed commits: [8fa8af7] suppress the rwkv Wwrite-strings warnings
This commit is contained in:
parent
ede8e4edbb
commit
7c129305f5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue