Intel® Fortran Compiler XE 13.1 User and Reference Guides
Enables function splitting.
IA-32, Intel® 64 architecture
Linux: | None |
OS X: | None |
Windows: | /Qfnsplit /Qfnsplit- |
None
|
Function splitting is not enabled unless option /Qprof-use is also specified. |
This option enables function splitting if /Qprof-use is also specified. Otherwise, this option has no effect.
It is enabled automatically if you specify /Qprof-use. Otherwise, the default is /Qfnsplit-, which disables function splitting but leaves function grouping enabled.
To disable function splitting when you use /Qprof-use, specify /Qfnsplit-.
None