Allow disabling callstack handling.

This commit is contained in:
Bartosz Taudul 2022-02-22 20:50:04 +01:00
parent d318f75123
commit e2b0268d7a
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -1,6 +1,8 @@
#ifndef __TRACYCALLSTACK_H__ #ifndef __TRACYCALLSTACK_H__
#define __TRACYCALLSTACK_H__ #define __TRACYCALLSTACK_H__
#ifndef TRACY_NO_CALLSTACK
# if !defined _WIN32 # if !defined _WIN32
# include <sys/param.h> # include <sys/param.h>
# endif # endif
@ -29,3 +31,5 @@
# endif # endif
#endif #endif
#endif