1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Collect call stacks on apple.

This commit is contained in:
Bartosz Taudul
2019-02-20 16:01:41 +01:00
parent 34d24b16bb
commit 22329ae5d9
3 changed files with 93 additions and 2 deletions
+2
View File
@@ -11,6 +11,8 @@
# else
# define TRACY_HAS_CALLSTACK 2
# endif
#elif defined __APPLE__
# define TRACY_HAS_CALLSTACK 4
#endif
#endif