summaryrefslogtreecommitdiff
path: root/indra/llcommon/llerrorlegacy.h
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-01-22 14:55:39 -0500
committerLoren Shih <seraph@lindenlab.com>2010-01-22 14:55:39 -0500
commit3b0ba0c2d7f48a5d1cf2adcbc87c9eaf4d8f6564 (patch)
treedc2c080606407dc5f9f2c872d3dd40a465acecf8 /indra/llcommon/llerrorlegacy.h
parent1f896d2d58d9c150d3981f253e81898afa999c2c (diff)
parentfa891c062ef66410123c66de1ef67b7dcef327db (diff)
automated merge viewer2.0->viewer2.0
Diffstat (limited to 'indra/llcommon/llerrorlegacy.h')
-rw-r--r--indra/llcommon/llerrorlegacy.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llcommon/llerrorlegacy.h b/indra/llcommon/llerrorlegacy.h
index 7a970b1466..9920921a58 100644
--- a/indra/llcommon/llerrorlegacy.h
+++ b/indra/llcommon/llerrorlegacy.h
@@ -75,6 +75,10 @@ const int LL_ERR_PRICE_MISMATCH = -23018;
#define SHOW_ASSERT
#else // _DEBUG
+#ifdef LL_RELEASE_WITH_DEBUG_INFO
+#define SHOW_ASSERT
+#endif // LL_RELEASE_WITH_DEBUG_INFO
+
#ifdef RELEASE_SHOW_DEBUG
#define SHOW_DEBUG
#endif