From d7fc436549f11d2fc4b61f8400a08860873d48c1 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 12 Mar 2026 20:15:37 +0100 Subject: [PATCH] update tracy to v0.13.1 --- CMakeLists.txt | 4 ++-- flake.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e58723c..b377e51 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,7 +61,7 @@ endif() if(NOT DISABLE_TRACY) FetchContent_Declare(tracy GIT_REPOSITORY https://github.com/wolfpld/tracy.git - GIT_TAG v0.11.1 + GIT_TAG v0.13.1 GIT_SHALLOW TRUE GIT_PROGRESS TRUE ) @@ -144,4 +144,4 @@ if(supported) set_property(TARGET masssprings PROPERTY INTERPROCEDURAL_OPTIMIZATION TRUE) else() message("-- IPO/LTO: Disabled") -endif() \ No newline at end of file +endif() diff --git a/flake.nix b/flake.nix index eb6e2ad..4f28f73 100644 --- a/flake.nix +++ b/flake.nix @@ -291,7 +291,7 @@ rec { boost # Debugging/Testing/Profiling - tracy-wayland + tracy_0_13 backward-cpp libbfd catch2_3 @@ -469,4 +469,4 @@ rec { }; } ); -} \ No newline at end of file +}