디버깅용 플래그 하나 주고 필요할때만 on/off

//#define debug_inline 1


#if debug_inline

#define _my_inline DECLSPEC_NOINLINE

#else

#define _my_inline __forceinline

#endif