Enables function splitting.
Windows: Code Generation > Disable Function Splitting
Linux: None
Mac OS X: None
IA-32, Intel® 64 architectures
Linux: | None |
Mac 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
Copyright © 1996-2011, Intel Corporation. All rights reserved.