update tracy to v0.13.1

This commit is contained in:
2026-03-12 20:15:37 +01:00
parent 3230d806f7
commit d7fc436549
2 changed files with 4 additions and 4 deletions

View File

@ -61,7 +61,7 @@ endif()
if(NOT DISABLE_TRACY) if(NOT DISABLE_TRACY)
FetchContent_Declare(tracy FetchContent_Declare(tracy
GIT_REPOSITORY https://github.com/wolfpld/tracy.git GIT_REPOSITORY https://github.com/wolfpld/tracy.git
GIT_TAG v0.11.1 GIT_TAG v0.13.1
GIT_SHALLOW TRUE GIT_SHALLOW TRUE
GIT_PROGRESS TRUE GIT_PROGRESS TRUE
) )
@ -144,4 +144,4 @@ if(supported)
set_property(TARGET masssprings PROPERTY INTERPROCEDURAL_OPTIMIZATION TRUE) set_property(TARGET masssprings PROPERTY INTERPROCEDURAL_OPTIMIZATION TRUE)
else() else()
message("-- IPO/LTO: Disabled") message("-- IPO/LTO: Disabled")
endif() endif()

View File

@ -291,7 +291,7 @@ rec {
boost boost
# Debugging/Testing/Profiling # Debugging/Testing/Profiling
tracy-wayland tracy_0_13
backward-cpp backward-cpp
libbfd libbfd
catch2_3 catch2_3
@ -469,4 +469,4 @@ rec {
}; };
} }
); );
} }