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
commit 8d4041c31f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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