Restore this...
parent
9057bfc995
commit
356291f57b
|
|
@ -79,9 +79,15 @@ struct LLContextStatus
|
|||
|
||||
LL_COMMON_API std::ostream& operator<<(std::ostream& s, const LLContextStatus& context_status);
|
||||
|
||||
// <FS:Ansariel> Restore this: Don't need this in actual relase builds
|
||||
#ifdef LL_RELEASE_FOR_DOWNLOAD
|
||||
#define dumpStack(tag)
|
||||
#else
|
||||
#define dumpStack(tag) \
|
||||
LL_DEBUGS(tag) << "STACK:\n" \
|
||||
<< "====================\n" \
|
||||
<< LLCallStack() \
|
||||
<< "====================" \
|
||||
<< LL_ENDL;
|
||||
#endif
|
||||
// </FS:Ansariel>
|
||||
|
|
|
|||
Loading…
Reference in New Issue