mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-24 03:04:32 +00:00
Use TracyNoop to ensure profiler library is linked with executable.
This commit is contained in:
@@ -2,9 +2,12 @@
|
||||
#include "gfx.hpp"
|
||||
|
||||
#include <SDL3/SDL_main.h>
|
||||
#include <tracy/Tracy.hpp>
|
||||
|
||||
int main( int /*argc*/, char* /*argv*/[] )
|
||||
{
|
||||
TracyNoop;
|
||||
|
||||
if( !dyna::Init::all() )
|
||||
return 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user