Skip to content
Snippets Groups Projects
Commit ee01de7d authored by Cheng Shao's avatar Cheng Shao Committed by Marge Bot
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.
parent 4a97bdb8
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