Add support for Tracy profiler on Linux
This commit is contained in:
@@ -32,6 +32,7 @@ public class Profiler : EngineModule
|
||||
switch (options.Platform.Target)
|
||||
{
|
||||
case TargetPlatform.Android: // dlopen failed: cannot locate symbol `tracy::ScopedZone::~ScopedZone()` referenced by "libFlaxGame.so"
|
||||
case TargetPlatform.Linux:
|
||||
case TargetPlatform.Windows:
|
||||
options.PublicDependencies.Add("tracy");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user