]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
Pass -pthread to linker
authorcdosoftei <redacted>
Wed, 28 Sep 2022 19:01:54 +0000 (15:01 -0400)
committercdosoftei <redacted>
Wed, 28 Sep 2022 19:01:54 +0000 (15:01 -0400)
Makefile

index 1aed7bf5cac0d3c78b4ebb1fa244f6ac38d249ee..363c263b0ceb8bde90fe6cbcfee61150e14241e2 100644 (file)
--- 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