Merge "Disable callstack for mac too."
This commit is contained in:
commit
7e93bd24b2
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@
|
||||||
// case.
|
// case.
|
||||||
#define DEBUG_REFBASE_DESTRUCTION 1
|
#define DEBUG_REFBASE_DESTRUCTION 1
|
||||||
|
|
||||||
#if !defined(_WIN32)
|
#if !defined(_WIN32) && !defined(__APPLE__)
|
||||||
// CallStack is only supported on linux type platforms.
|
// CallStack is only supported on linux type platforms.
|
||||||
#define CALLSTACK_ENABLED 1
|
#define CALLSTACK_ENABLED 1
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue