Merge pull request #3 from cdosoftei/master

Pass -pthread to linker
pull/19/head
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
1 changed files with 1 additions and 1 deletions

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