Skip to content

Commit 62c65f2

Browse files
authored
Merge pull request ggml-org#3 from cdosoftei/master
Pass -pthread to linker
2 parents 1e6c382 + a3e7d05 commit 62c65f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
main: ggml.o main.o
2-
g++ -o main ggml.o main.o
2+
g++ -pthread -o main ggml.o main.o
33
./main -h
44

55
ggml.o: ggml.c ggml.h

0 commit comments

Comments
 (0)