Skip to content

Commit 6e3d940

Browse files
authored
Merge pull request #122 from RulHolos/master
Tracy 0.13.1 + Fixed major memory issue
2 parents 60599a9 + aefbed1 commit 6e3d940

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cmake/import/tracy.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
CPMAddPackage(
44
NAME tracy
5-
VERSION 0.12.2
5+
VERSION 0.13.1
66
GITHUB_REPOSITORY wolfpld/tracy
77
DOWNLOAD_ONLY YES
88
)
@@ -13,6 +13,7 @@ if(tracy_ADDED)
1313
if(LUASTG_LINK_TRACY_CLIENT)
1414
target_compile_definitions(tracy PUBLIC
1515
TRACY_ENABLE
16+
TRACY_ON_DEMAND
1617
)
1718
endif()
1819
# WTF ???

0 commit comments

Comments
 (0)