mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08: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.