Remove superfluous build-time options

dev
Carl Woffenden 2020-07-08 11:39:17 +02:00
parent 2cdd33ae16
commit 9bfd371d9f
2 changed files with 0 additions and 6 deletions

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

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"