]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
ggml : Fix backtrace breaking Windows build (#3203)
authorDaniel Tang <redacted>
Thu, 29 May 2025 10:26:58 +0000 (06:26 -0400)
committerGitHub <redacted>
Thu, 29 May 2025 10:26:58 +0000 (13:26 +0300)
ggml/src/ggml.c

index 7a1d0a8c6b5347d337fc00f05e13e606eb33b57b..5cea1dbe47494cca3f0cf988f1f837c172267406 100644 (file)
@@ -200,7 +200,7 @@ void ggml_print_backtrace(void) {
     }
 }
 #else
-static void ggml_print_backtrace(void) {
+void ggml_print_backtrace(void) {
     // platform not supported
 }
 #endif