added traces to look at symbol costs

evaluation looks correct.
This commit is contained in:
Yann Collet
2018-05-09 12:00:12 -07:00
parent c0da0f5e9e
commit 4d5bd32a00
4 changed files with 42 additions and 4 deletions
+2
View File
@@ -52,6 +52,8 @@ extern "C" {
#define ZSTD_STATIC_ASSERT(c) { enum { ZSTD_static_assert = 1/(int)(!!(c)) }; }
#undef RAWLOG
#undef DEBUGLOG
#if defined(ZSTD_DEBUG) && (ZSTD_DEBUG>=2)
# include <stdio.h>
extern int g_debuglog_enable;