Intel® oneAPI DPC++/C++ Compiler Developer Guide and Reference

ID 767253
Date 3/22/2024
Public
Document Table of Contents

finline-functions

Enables function inlining for single file compilation.

Syntax

Linux:

-finline-functions

-fno-inline-functions

Windows:

None

Arguments

None

Default

-finline-functions

Interprocedural optimizations occur. However, if you specify -O0, the default is OFF.

Description

This option enables function inlining for single file compilation.

It enables the compiler to perform inline function expansion for calls to functions defined within the current source file.

The compiler applies a heuristic to perform the function expansion.

IDE Equivalent

None

Alternate Options

None