Skip to content
Snippets Groups Projects
Commit 7e650d6f authored by Cheng Shao's avatar Cheng Shao
Browse files

rts: define XXH_INLINE_ALL

This commit cleans up how we include the xxhash.h header and only
define XXH_INLINE_ALL, which is sufficient to inline the xxHash
functions without symbol collision.

(cherry picked from commit ee01de7d)
parent ecc3ab4e
No related branches found
No related tags found
No related merge requests found
......@@ -26,9 +26,7 @@
#endif
#endif
#define XXH_NAMESPACE __rts_
#define XXH_STATIC_LINKING_ONLY /* access advanced declarations */
#define XXH_IMPLEMENTATION /* access definitions */
#define XXH_INLINE_ALL
#include "xxhash.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment