Disables inline expansion of standard library or intrinsic functions.
Windows: None
Linux: Optimization > Disable Intrinsic Inline Expansion
Mac OS: Optimization > Disable Intrinsic Inline Expansion
IA-32 architecture, Intel® 64 architecture, IA-64 architecture
Linux and Mac OS: | -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.
None