Disable callstack for mac too.

Bug: 171353386

Test: Builds.
Change-Id: Id8a5cce170682ea43aa641c187c22cb31b6fd017
This commit is contained in:
Christopher Ferris 2020-10-20 18:10:39 -07:00
parent 5c573b45ec
commit 8377b10f29
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
// case.
#define DEBUG_REFBASE_DESTRUCTION 1
#if !defined(_WIN32)
#if !defined(_WIN32) && !defined(__APPLE__)
// CallStack is only supported on linux type platforms.
#define CALLSTACK_ENABLED 1
#else