trimexports
is an optimization tool that excludes specific member functions from exports files (*.e
). This process makes libraries smaller (by shrinking the loader section) and their load times faster, and also speeds up the link times of any clients of the libraries.
Syntax
trimexports:
classNames
Argument | classNames |
The list of classes to exclude from the generated export file (*.e ). If you omit these names, CreateMake includes all classes supported by your library.
|
For more information, see "Reduced library footprint" on page 69.
[Contents]
[Previous]
[Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.