1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Support for multi-DLL projects.

This commit is contained in:
Till Rathmann
2018-07-30 18:12:42 +02:00
parent 12c4128460
commit dd042619e9
6 changed files with 137 additions and 5 deletions
+3 -1
View File
@@ -4,7 +4,9 @@
//
// For fast integration, compile and
// link with this source file (and none
// other).
// other) in your executable (or in the
// main DLL / shared object on multi-DLL
// projects).
//
// Define TRACY_ENABLE to enable profiler.