Skip to content

Commit

Permalink
Zstd support should be disabled be default.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaklin committed Apr 23, 2022
1 parent 71231d0 commit de6c5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
#define BXZSTR_Z_SUPPORT 1
#define BXZSTR_BZ2_SUPPORT 1
#define BXZSTR_LZMA_SUPPORT 1
#define BXZSTR_ZSTD_SUPPORT 1
#define BXZSTR_ZSTD_SUPPORT 0

#endif

0 comments on commit de6c5a8

Please sign in to comment.