From: cdosoftei Date: Wed, 28 Sep 2022 19:01:54 +0000 (-0400) Subject: Pass -pthread to linker X-Git-Tag: upstream/1.7.4~2015^2 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=d4fcfa47b0dbdb7b13f11fda55698140209889a2;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp Pass -pthread to linker --- diff --git a/Makefile b/Makefile index 1aed7bf5..363c263b 100644 --- a/Makefile +++ b/Makefile @@ -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