diff options
author | Dave Parks <davep@lindenlab.com> | 2023-01-23 11:48:43 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2023-01-23 11:48:43 -0600 |
commit | 274da636a00fd0469f7857dad7995cb11552e4ab (patch) | |
tree | d595a76d4925ee59760f9ebb532edaf8224d211c /indra/llcommon | |
parent | 3fac6115c0de172e48fbfd13753bc83b755ecf21 (diff) |
SL-18869 Followup -- AMD optimization pass.
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/llprofiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llprofiler.h b/indra/llcommon/llprofiler.h index c03b2e93f4..394fbd05f6 100644 --- a/indra/llcommon/llprofiler.h +++ b/indra/llcommon/llprofiler.h @@ -87,7 +87,7 @@ extern thread_local bool gProfilerEnabled; #include "Tracy.hpp" // Enable OpenGL profiling - #define LL_PROFILER_ENABLE_TRACY_OPENGL 1 + #define LL_PROFILER_ENABLE_TRACY_OPENGL 0 // Enable RenderDoc labeling #define LL_PROFILER_ENABLE_RENDER_DOC 0 |