diff options
author | Hans Kristian Rosbach <hk-git@circlestorm.org> | 2020-05-05 11:19:37 +0200 |
---|---|---|
committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2020-05-06 10:00:11 +0200 |
commit | 6884f3715c5228fd733b8efa27ea71f6cf792c7d (patch) | |
tree | 8018ad919d9786d5aa056a2d2e49fd9251d97bf8 /deflate.h | |
parent | 91508297df6e69a6e5a73553091f71faa102ddfd (diff) |
Remove several NOT_TWEAK_COMPILER checks and their legacy code.
Diffstat (limited to 'deflate.h')
-rw-r--r-- | deflate.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -390,11 +390,7 @@ void ZLIB_INTERNAL flush_pending(PREFIX3(streamp) strm); * used. */ -#ifdef NOT_TWEAK_COMPILER -# define TRIGGER_LEVEL 6 -#else -# define TRIGGER_LEVEL 5 -#endif +#define TRIGGER_LEVEL 5 /* Bit buffer and compress bits calculation debugging */ #ifdef ZLIB_DEBUG |