diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-09-03 16:31:52 -0400 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-09-03 16:31:52 -0400 |
commit | 413eb8a705f28ad5d9c838ff0ff282a4746b4d7c (patch) | |
tree | 3db5f6d986d491683e84c869b5ebdf8a20a121e9 /indra/llcommon/llfasttimer_class.h | |
parent | dd15fb86c0cd62c86a4e4be9ba12540000fc7781 (diff) |
buildfix: disabling fasttimers assert to unstick the build
Diffstat (limited to 'indra/llcommon/llfasttimer_class.h')
-rw-r--r-- | indra/llcommon/llfasttimer_class.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |