Bartosz Taudul
Bartosz Taudul
I don't think there is anything that would require you to provide a valid file/line data in `___tracy_source_location_data`. Just set these to an empty string and zero.
Delete the build dir when you change options to make sure LEGACY is enabled.
(It's a CMake option now, not a parameter to pass to make.)
3.3.3 in the manual.
You could write a utility that would do that, but I don't think it would be worth the effort.
Zlib is a freetype dependency. Adding it to the profiler is incorrect. ``` % ldd /usr/lib/libfreetype.so | grep libz libz.so.1 => /usr/lib/libz.so.1 (0x00007a5840220000) ```
You are trying to link in a static library (`libfreetype.a`). Static libraries do not carry link dependencies. What is your reason for not using a shared library? Anyways, this is...
It would be best to ask about this in rpmalloc: https://github.com/mjansson/rpmalloc
It looks like they have dropped down the old method of retrieving data, and have replaced it with some javascript abomination. This utility will no longer work.
Currently it is no longer possible to even view the original message with its headers in the google groups UI. There is a "show original message" option, but it is...