Disables inline expansion of standard library or intrinsic functions. This content is specific to C++; it does not apply to DPC++.
Linux: | -nolib-inline |
Windows: | None |
None
OFF |
The compiler inlines many standard library and intrinsic functions. |
This option disables inline expansion of standard library or intrinsic functions. It prevents the unexpected results that can arise from inline expansion of these functions.
Visual Studio: None
Eclipse: Optimization > Disable Intrinsic Inline Expansion
None