diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 353d0a81..7c3d0ca6 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -9326,7 +9326,7 @@ struct MemoryPage int8_t data[PageSize]; }; -static inline MemoryPage& GetPage( flat_hash_map>& memmap, uint64_t page ) +static tracy_force_inline MemoryPage& GetPage( flat_hash_map>& memmap, uint64_t page ) { auto it = memmap.find( page ); if( it == memmap.end() )