]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/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 19:48:46 +0000 (22:48 +0300)
commitd26250f78cd463007bcbc2658dcf57e634987eed
tree64e01fa399e7f2268065de819a190dba160e83b7
parent5218ea21b893f9ebe5c27ffc50a71204f50a6bd1
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
ggml/src/ggml.c