Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
beqjanus committed Apr 3, 2023
2 parents 1100964 + 82802e5 commit bdc94ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions indra/cmake/Tracy.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ set(USE_TRACY OFF CACHE BOOL "Use Tracy profiler.")
if (USE_TRACY)
set(TRACY_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/include/tracy)

# See: indra/llcommon/llprofiler.h
add_definitions(-DLL_PROFILER_CONFIGURATION=2)
use_prebuilt_binary(tracy)

target_include_directories( ll::tracy SYSTEM INTERFACE ${LIBS_PREBUILT_DIR}/include/tracy)
Expand Down

0 comments on commit bdc94ea

Please sign in to comment.