mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Support TRACY_NO_EXIT env variable in addition to define.
This commit is contained in:
@@ -401,6 +401,7 @@ private:
|
||||
uint64_t m_epoch;
|
||||
std::atomic<bool> m_shutdown;
|
||||
Socket* m_sock;
|
||||
bool m_noExit;
|
||||
|
||||
LZ4_stream_t* m_stream;
|
||||
char* m_buffer;
|
||||
|
||||
Reference in New Issue
Block a user