diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2021-10-20 14:06:09 +0100 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2021-10-20 14:06:09 +0100 |
| commit | da183230b0f08d50ad35330fc8ef51307a8b6f84 (patch) | |
| tree | 5cb837f469f2984ee5da54dec9d30647b4b879ab /indra/cmake | |
| parent | e0ea20a3c95197c042da9684b5e9e2f7d4f126fd (diff) | |
| parent | d2dce17803a545378407d6b7c62fdcd3007a92bc (diff) | |
Merge branch 'DRTVWR-546' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-546
Diffstat (limited to 'indra/cmake')
| -rw-r--r-- | indra/cmake/Tracy.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/Tracy.cmake b/indra/cmake/Tracy.cmake index 1b8c3db2e2..cfff956bcf 100644 --- a/indra/cmake/Tracy.cmake +++ b/indra/cmake/Tracy.cmake @@ -7,7 +7,7 @@ if (USE_TRACY) set(TRACY_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/include/tracy) # See: indra/llcommon/llprofiler.h - add_definitions(-DLL_PROFILER_CONFIGURATION=2) + add_definitions(-DLL_PROFILER_CONFIGURATION=3) use_prebuilt_binary(tracy) if (WINDOWS) |
