diff --git a/common/tracy_lz4.cpp b/common/tracy_lz4.cpp index 0b347a90..3beb660e 100644 --- a/common/tracy_lz4.cpp +++ b/common/tracy_lz4.cpp @@ -473,7 +473,8 @@ static int g_debuglog_enable = 1; /*-************************************ * Common functions **************************************/ -static unsigned LZ4_NbCommonBytes (reg_t val) +LZ4_FORCE_INLINE +unsigned LZ4_NbCommonBytes (reg_t val) { if (LZ4_isLittleEndian()) { if (sizeof(val)==8) {