Skip to content

Commit

Permalink
papaw: make zstd smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Jan 20, 2020
1 parent f51bf70 commit a435377
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions papaw.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ static void xfree(void *);
# include "lzma/C/LzmaDec.c"
# define LZMA_HEADER_SIZE LZMA_PROPS_SIZE + 8
#elif defined(PAPAW_ZSTD)
# define DYNAMIC_BMI2 0
# define ZSTD_NO_INLINE
# define ZSTDLIB_VISIBILITY
# define ZSTD_FORCE_DECOMPRESS_SEQUENCES_SHORT
# define HUF_FORCE_DECOMPRESS_X1
# define MEM_FORCE_MEMORY_ACCESS 0
# include "zstddeclib.h"
#endif

Expand Down

0 comments on commit a435377

Please sign in to comment.