Merge pull request #3 from cdosoftei/master

Pass -pthread to linker
This commit is contained in:
Georgi Gerganov
2022-09-28 22:06:09 +03:00
committed by GitHub

View File

@ -1,5 +1,5 @@
main: ggml.o main.o
g++ -o main ggml.o main.o
g++ -pthread -o main ggml.o main.o
./main -h
ggml.o: ggml.c ggml.h