TracyClient.cpp compile error on Windows
The author of tracy fixed this compilation error here https://github.com/wolfpld/tracy/issues/260
Not sure how you could fix it for zig-tracy since that one depends on the tracy 0.7.8 release.
Applying the fix locally works though.
Would it be feasible to point zig-tracy to that exact commit, and then fix any discrepancies that come up? That way we fix the issue while still pointing to a fixed Tracy version, even if it means requiring Tracy to be built from source by the user. We could also wait for another major Tracy release but it's been a while since that's happened.
are most people building tracy from source? if they're no longer making tags i could remove the version pin
does zig cc still use mingw? Because apparently Tracy has since deprecated support for mingw entirely, according to their changelog, so it's possible that there would be issues using the latest tracy master.
mingw but zig cc allows both either mingw and msvc at the user's request
Ah! As luck would have it Tracy 0.8 just released. So pointing at that version should fix the issue