fix #46 Using ZSTD context to improve performance
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
#if !USING_ZLIB
|
||||
// <20>Ƿ<EFBFBD>ʹ<EFBFBD><CAB9>LZ4
|
||||
#define USING_LZ4 0
|
||||
#if !USING_LZ4
|
||||
#define USING_ZSTD 1
|
||||
#define USING_CTX 1
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef _SECURE_ATL
|
||||
|
||||
Reference in New Issue
Block a user