mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-01 16:08:30 +00:00
Delayed init was introduced 2019-02-19 inef5e30056and was lazy init at that time, matching the name. This changed 2020-05-19 in4eb78f5c8, when auto-init was added, making delayed init not delayed anymore. While the option is still needed to make manual lifetime work, and it has to be enabled on apple, there's no reason anymore to expose it to users.