From 413eb8a705f28ad5d9c838ff0ff282a4746b4d7c Mon Sep 17 00:00:00 2001
From: "Nyx (Neal Orman)" <nyx@lindenlab.com>
Date: Fri, 3 Sep 2010 16:31:52 -0400
Subject: [PATCH] buildfix: disabling fasttimers assert to unstick the build

---
 indra/llcommon/llfasttimer_class.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/llcommon/llfasttimer_class.h b/indra/llcommon/llfasttimer_class.h
index d348888832..d3e0656cc2 100644
--- a/indra/llcommon/llfasttimer_class.h
+++ b/indra/llcommon/llfasttimer_class.h
@@ -37,7 +37,7 @@
 
 #define FAST_TIMER_ON 1
 #define TIME_FAST_TIMERS 0
-#define DEBUG_FAST_TIMER_THREADS 1
+#define DEBUG_FAST_TIMER_THREADS 0
 
 class LLMutex;
 
-- 
GitLab