]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Build: Fix potential race condition (#8781)
authorClint Herron <redacted>
Wed, 31 Jul 2024 19:51:06 +0000 (15:51 -0400)
committerGitHub <redacted>
Wed, 31 Jul 2024 19:51:06 +0000 (15:51 -0400)
commited9d2854c9de4ae1f448334294e61167b04bec2a
tree258da4fbf9e53893c7846e04710c0fd4c2720d3c
parent398ede5efeb07b9adf9fbda7ea63f630d476a792
Build: Fix potential race condition (#8781)

* Fix potential race condition as pointed out by @fairydreaming in #8776

* Reference the .o rather than rebuilding every time.

* Adding in CXXFLAGS and LDFLAGS

* Removing unnecessary linker flags.
Makefile