From b8e88ad1f5aa3d97d96a241d47bbebff15da1ed5 Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Thu, 8 Jul 2021 14:59:30 -0700 Subject: [PATCH] :truck: moved inline into config file --- ccash_config.hpp.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ccash_config.hpp.in b/ccash_config.hpp.in index 18141c7..f890663 100644 --- a/ccash_config.hpp.in +++ b/ccash_config.hpp.in @@ -1,5 +1,8 @@ #pragma once +#define INLINE __attribute__((always_inline)) inline + + // Setting to 0 does not compile logging (useful for if disk/memory is very valuable) #define MAX_LOG_SIZE @MAX_LOG_SIZE_VAL@