Files
tracy/cmake
Ivan Molodetskikh e40ce11ba9 Link NFD statically
Currently, the profiler will build against the git NFD, but link it as a
shared library. Since libnfd is not installed when building Tracy as a
distro package, it will end up actually depending on and running against
an older distro-provided NFD, hitting an unresolved function error due
to the newly added NFD function in git.

Other deps fetched with CPM are linked statically, avoiding this
problem.
2026-07-09 10:46:00 +03:00
..
2026-03-28 21:38:27 +01:00
2025-07-12 11:50:04 +02:00
2026-07-09 10:46:00 +03:00