From f9f772e507341bb8cfbbbce4f64ea06c65e6400f Mon Sep 17 00:00:00 2001 From: Marcos Slomp Date: Fri, 5 Jun 2026 09:14:22 -0700 Subject: [PATCH] quick (attempted) fix for the Linux workflow linkage error --- tests/tracy/test.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/tracy/test.cpp b/tests/tracy/test.cpp index 6668670f..bc9e4619 100644 --- a/tests/tracy/test.cpp +++ b/tests/tracy/test.cpp @@ -22,6 +22,10 @@ extern "C" #define STBI_ONLY_JPEG #include "stb_image.h" +#ifdef TRACY_DEMANGLE +extern "C" const char* ___tracy_demangle( const char* ) { return nullptr; } +#endif + struct static_init_test_t { static_init_test_t()