From 237303a660a41f04e43b1661c3fa31528be7927b Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Tue, 9 Jul 2024 22:56:19 +0200 Subject: [PATCH] Cherry-pick compile error fix in tracy submodule --- .gitmodules | 6 +++++- cbits/tracy | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 0961c0de5..56d68671a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,7 @@ +# This is on a fork only for the following commit: +# https://github.com/wolfpld/tracy/commit/1a971d867d6fa5bf6dc57d705dcbbc6020031e7a +# which fixes a dumb compile error. +# When tracy publishes something > v0.10, please upgrade to that instead. [submodule "cbits/tracy"] path = cbits/tracy - url = https://github.com/wolfpld/tracy.git + url = https://github.com/tomsmeding/tracy.git diff --git a/cbits/tracy b/cbits/tracy index 37aff70df..821ef62c1 160000 --- a/cbits/tracy +++ b/cbits/tracy @@ -1 +1 @@ -Subproject commit 37aff70dfa50cf6307b3fee6074d627dc2929143 +Subproject commit 821ef62c1db9a11231bf216a30b1ebfaedfe2244