Merge pull request #2230 from cwoffenden/minor-tidy

Remove superfluous build-time macros (single-file libs)
This commit is contained in:
Yann Collet
2020-07-08 11:49:40 -07:00
committed by GitHub
2 changed files with 0 additions and 6 deletions
-3
View File
@@ -39,9 +39,6 @@
#undef XXH_INLINE_ALL
#define XXH_INLINE_ALL
#define ZSTD_LEGACY_SUPPORT 0
#define ZSTD_LIB_DICTBUILDER 0
#define ZSTD_LIB_DEPRECATED 0
#define ZSTD_NOBENCH
#ifndef __EMSCRIPTEN__
#define ZSTD_MULTITHREAD
#endif
-3
View File
@@ -37,9 +37,6 @@
#undef XXH_INLINE_ALL
#define XXH_INLINE_ALL
#define ZSTD_LEGACY_SUPPORT 0
#define ZSTD_LIB_COMPRESSION 0
#define ZSTD_LIB_DEPRECATED 0
#define ZSTD_NOBENCH
#define ZSTD_STRIP_ERROR_STRINGS
#include "common/debug.c"