mirror of
https://github.com/facebook/zstd.git
synced 2025-12-06 00:02:05 -05:00
Remove superfluous build-time options
This commit is contained in:
parent
2cdd33ae16
commit
9bfd371d9f
@ -39,9 +39,6 @@
|
|||||||
#undef XXH_INLINE_ALL
|
#undef XXH_INLINE_ALL
|
||||||
#define XXH_INLINE_ALL
|
#define XXH_INLINE_ALL
|
||||||
#define ZSTD_LEGACY_SUPPORT 0
|
#define ZSTD_LEGACY_SUPPORT 0
|
||||||
#define ZSTD_LIB_DICTBUILDER 0
|
|
||||||
#define ZSTD_LIB_DEPRECATED 0
|
|
||||||
#define ZSTD_NOBENCH
|
|
||||||
#ifndef __EMSCRIPTEN__
|
#ifndef __EMSCRIPTEN__
|
||||||
#define ZSTD_MULTITHREAD
|
#define ZSTD_MULTITHREAD
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -37,9 +37,6 @@
|
|||||||
#undef XXH_INLINE_ALL
|
#undef XXH_INLINE_ALL
|
||||||
#define XXH_INLINE_ALL
|
#define XXH_INLINE_ALL
|
||||||
#define ZSTD_LEGACY_SUPPORT 0
|
#define ZSTD_LEGACY_SUPPORT 0
|
||||||
#define ZSTD_LIB_COMPRESSION 0
|
|
||||||
#define ZSTD_LIB_DEPRECATED 0
|
|
||||||
#define ZSTD_NOBENCH
|
|
||||||
#define ZSTD_STRIP_ERROR_STRINGS
|
#define ZSTD_STRIP_ERROR_STRINGS
|
||||||
|
|
||||||
#include "common/debug.c"
|
#include "common/debug.c"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user