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.pld@gmail.com>2020-02-29 17:31:05 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2020-02-29 17:31:05 +0300
commit935eb4cc61797d5176cccd394a318341dad653cf (patch)
tree9169609a6d73d639ac3c10061c2824d0d3be7b32 /server/TracyCharUtil.hpp
parentaed91a4d09235397cce7d36018cd30a3aaaadecd (diff)
Use xxh3 for VarArray hashing.
Diffstat (limited to 'server/TracyCharUtil.hpp')
-rw-r--r--server/TracyCharUtil.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/server/TracyCharUtil.hpp b/server/TracyCharUtil.hpp
index f8ef14f2..e09db6d6 100644
--- a/server/TracyCharUtil.hpp
+++ b/server/TracyCharUtil.hpp
@@ -5,7 +5,9 @@
#include <stdint.h>
#include <string.h>
-#define XXH_STATIC_LINKING_ONLY
+#ifndef XXH_STATIC_LINKING_ONLY
+# define XXH_STATIC_LINKING_ONLY
+#endif
#include "tracy_xxh3.h"
namespace tracy