4.4.8 -ipa_from_libraries, -ipafl, (off)

The -..._from_... switches provide KAP with the locations of subroutines and functions available for inlining/IPA. The total set of available routines is called the inlining (or IPA) universe.

The -..._from_files switches take the names of source files and directories containing source files. Including a directory, for example, -ipaff=/work is equivalent to the notation /work*.f .

The -..._from_libraries switches take the names of libraries created with the -..._create switches and directories containing such libraries. In directories, the KAP libraries are identified by the extension .klib .

Multiple files/libraries or directories can be given in one - ..._from_... switch, separated by commas or colons. Multiple -..._from_... switches can be specified on the command line. KAP searches for subroutines and functions in the provided files and libraries in the order in which they appear on the command line.

The -..._from_... switches do not activate inlining or IPA. The -inline or -ipa switches must be specified.


Previous Page | Next Page | Contents | Index |
Command Line Switches