Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7e93bd24 authored by Jason Chiu's avatar Jason Chiu Committed by Gerrit Code Review
Browse files

Merge "Disable callstack for mac too."

parents ba8a3097 8377b10f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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