LARM User's Guide

Discontinued

INLINE Linker Directive

Abbreviation

IL

Arguments

INLINE 〚(ON | OFF)〛

Default

INLINE (ON)

µVision

Options — LA Misc — Function Inlining.

Description

The INLINE directive allows you to enable or disable function inlining.

  • INLINE (ON) enables function inlining for functions that are defined with the __inline attribute.
  • INLINE (OFF) disables function inlining.
Example
LA myfile.obj INLINE (OFF)