Optimize logging for user builds
This commit is contained in:
7
include/compiler_builtins.hpp
Normal file
7
include/compiler_builtins.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define ALWAYS_INLINE __forceinline
|
||||
#else
|
||||
#define ALWAYS_INLINE __attribute__((always_inline))
|
||||
#endif
|
||||
Reference in New Issue
Block a user