Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2021-12-01 23:52:31 +0300
committerBartosz Taudul <wolf@nereid.pl>2021-12-01 23:52:31 +0300
commit6579399bfd7a30a23b3c9905ce3b64825bb7586c (patch)
tree5d2d4ecfd93340bab6c8e30006d94b57b0cc6d8d /server/TracyCharUtil.hpp
parent1a0cf3ff46274a070ec64732b1ea01f8f68f8755 (diff)
Update xxHash to 0.8.1.
Diffstat (limited to 'server/TracyCharUtil.hpp')
-rw-r--r--server/TracyCharUtil.hpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/server/TracyCharUtil.hpp b/server/TracyCharUtil.hpp
index e09db6d6..f96f9ec5 100644
--- a/server/TracyCharUtil.hpp
+++ b/server/TracyCharUtil.hpp
@@ -5,10 +5,8 @@
#include <stdint.h>
#include <string.h>
-#ifndef XXH_STATIC_LINKING_ONLY
-# define XXH_STATIC_LINKING_ONLY
-#endif
-#include "tracy_xxh3.h"
+#define XXH_INLINE_ALL
+#include "tracy_xxhash.h"
namespace tracy
{