update tracy to v0.9.1

This commit is contained in:
Green Sky 2023-03-05 00:11:16 +01:00
parent 22dc949cc5
commit 0abb860185
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,8 @@ if(NOT EMSCRIPTEN)
"${CMAKE_CURRENT_LIST_DIR}/tracy/public/TracyClient.cpp"
)
option(TRACY_ENABLE "Enable tracy profiling" OFF)
if(TRACY_ENABLE)
target_compile_definitions(tracy_client PUBLIC TRACY_ENABLE)
#target_compile_definitions(tracy_client PUBLIC TRACY_NO_SYSTEM_TRACING)

@ -1 +1 @@
Subproject commit 5a1f5371b792c12aea324213e1dc738b2923ae21
Subproject commit 897aec5b062664d2485f4f9a213715d2e527e0ca