wolfpld / tracy

Frame profiler
https://tracy.nereid.pl/
Other
8.67k stars 598 forks source link

Added relwithdebug build target for unix build of profiler #696

Closed robertosfield closed 6 months ago

robertosfield commented 6 months ago

When investigating a crash in Tracy profiler when that was being triggered by my early attempts at VulkaSceneGraph/Tracy integration I found it helpful to have a release with debug info unix build.

I've resolved these teething problems in the VulkanSceneGraph/Tracy integration so Tracy profiler is now running robustly even with large paged database where multi-threaded loading and Vulkan work is happening so haven't had to come up with any fixes for the Profiler so all good there. I'm providing this PR as it might still be useful for others to compile the profiler with release with debug info.

wolfpld commented 6 months ago

You are looking for make release CFLAGS=-O3\ -g.