]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Do Not Inline DMS Search Function
authorW. Felix Handte <w@felixhandte.com>
Thu, 7 Jun 2018 20:55:13 +0000 (16:55 -0400)
committerW. Felix Handte <w@felixhandte.com>
Wed, 13 Jun 2018 18:58:36 +0000 (14:58 -0400)
lib/compress/zstd_lazy.c

index 77b0b8bcf09f1425303fc462aa69a6a387037d4b..ba552d25269828b86e092c2ceaab4ceafe40c413 100644 (file)
@@ -475,7 +475,7 @@ FORCE_INLINE_TEMPLATE size_t ZSTD_HcFindBestMatch_selectMLS (
 }
 
 
-FORCE_INLINE_TEMPLATE size_t ZSTD_HcFindBestMatch_dictMatchState_selectMLS (
+static size_t ZSTD_HcFindBestMatch_dictMatchState_selectMLS (
                         ZSTD_matchState_t* ms, ZSTD_compressionParameters const* cParams,
                         const BYTE* ip, const BYTE* const iLimit,
                         size_t* offsetPtr)