mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-17 15:54:23 +00:00
These functions are only defined when -DTRACY_FIBERS is set. However, the function is declared regardless of this declaration, which seems like it could lead to obscure linking errors. I haven’t encountered any of these specifically, but in my case, this distinction makes it more difficult to produce correctly auto-generated bindings.