dummy levels 22-25

This commit is contained in:
inikep
2016-02-22 17:00:04 +01:00
parent 6b3739c8e5
commit 9f754d23dc
3 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -50,7 +50,7 @@
/*-*************************************
* Common constants
***************************************/
#define ZSTD_OPT_DEBUG 1 // 1 = tableID=0; 5 = check encoded sequences; 9 = full logs
#define ZSTD_OPT_DEBUG 0 // 1 = tableID=0; 5 = check encoded sequences; 9 = full logs
#if ZSTD_OPT_DEBUG > 0
#include <stdio.h> /* for debug */
#endif