mirror of
https://github.com/wolfpld/tracy.git
synced 2026-06-13 10:49:05 +00:00
* disabling LTO when building the profiler on macos via the github workflow * diagnosing where in the linking stage it's getting stuck * fowrward declarations * compilation time report * trying clang build analyzer... * reducing number of parallel workers * limiting parallel workers on windows/linux as well * re-enabling LTO on macos * reverting forward declaration header include (emscripten is failing with them). * reverting act changes * removing comments