]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
Build: Only include execinfo.h on linux systems that support it (llama/8783)
authorAlex O'Connell <redacted>
Thu, 1 Aug 2024 16:53:46 +0000 (12:53 -0400)
committerGeorgi Gerganov <redacted>
Thu, 8 Aug 2024 10:45:29 +0000 (13:45 +0300)
commit77e79cdfa37ee64e77a345ac9ff63ce590c87fdb
treed040da73b56f99b78e865a550631730bcc0b3145
parent58e50d280a94177b403ca7d1b32ee496431c8c24
Build: Only include execinfo.h on linux systems that support it (llama/8783)

* Only enable backtrace on GLIBC linux systems

* fix missing file from copy

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