Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
inline
Specifies the level of inline function expansion.
Syntax
Linux:  |  
      None  |  
     
Windows:  |  
      /inline[:keyword]  |  
     
Arguments
keyword  |  
      Is the level of inline function expansion. Possible values are: 
  |  
     
Default
OFF  |  
      The compiler inlines certain functions by default.  |  
     
Description
This option specifies the level of inline function expansion.
IDE Equivalent
Alternate Options
inline all or inline speed  |  
      Linux: None Windows: /Ob2/Ot  |  
     
inline size  |  
      Linux: None Windows: /Ob2/Os  |  
     
inline manual  |  
      Linux: None Windows: /Ob0  |  
     
inline none  |  
      Linux: None Windows: /Ob0  |