This option forces functions marked __inline to be inlined.
If used, the compiler always attempts to inline those functions marked as __inline, if possible. The compiler attempts to inline the function, regardless of its characteristics. However, it does not inline a function if doing so causes problems. For example, a recursive function is inlined into itself only once.