We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d27a7e commit d75b5b7Copy full SHA for d75b5b7
Makefile
@@ -52,6 +52,8 @@ else ifeq ($(shell uname -s),Linux)
52
@tar -czvf llama.tar.gz build/bin;
53
else
54
55
+endif
56
+
57
ifdef LLAMA_SANITIZE_THREAD
58
MK_CFLAGS += -fsanitize=thread -g
59
MK_CXXFLAGS += -fsanitize=thread -g
0 commit comments