]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Build: Only include execinfo.h on linux systems that support it (#8783)
authorAlex O'Connell <redacted>
Thu, 1 Aug 2024 16:53:46 +0000 (12:53 -0400)
committerGitHub <redacted>
Thu, 1 Aug 2024 16:53:46 +0000 (18:53 +0200)
commitb7a08fd5e0e7c898c68d1743066ea495202d9608
treee8707d96b9bc8890df09a13e4fb7f3293190e706
parent7a11eb3a260915aee16101808f291a244e2facc7
Build: Only include execinfo.h on linux systems that support it (#8783)

* Only enable backtrace on GLIBC linux systems

* fix missing file from copy

* use glibc macro instead of defining a custom one
ggml/src/ggml.c