ZSTD_OPT_DEBUG

This commit is contained in:
inikep
2016-02-05 09:21:20 +01:00
parent f967753bc2
commit 3379c5df36
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ typedef struct
} ZSTD_optimal_t;
#define ZSTD_OPT_DEBUG 0 // 5 = check encoded sequences
#define ZSTD_OPT_DEBUG 0 // 1 = tableID=0; 5 = check encoded sequences
#if 1
#define ZSTD_LOG_PARSER(fmt, args...) ;// printf(fmt, ##args)