‑‑vfe
Syntax
Parameters
| Performs Virtual Function Elimination even if one or more modules lack the needed virtual function elimination information. |
Description
By default, Virtual Function Elimination is always performed but requires that all object files contain the necessary virtual function elimination information. Use ‑‑vfe=forced to perform Virtual Function Elimination even if one or more modules do not have the necessary information.
Forcing the use of Virtual Function Elimination can be unsafe if some of the modules that lack the needed information perform virtual function calls or use dynamic Runtime Type Information.
See also
‑‑no_vfe and Virtual function elimination.
Caution
To set related options, choose:
Project>Options>Linker>Optimizations>Perform C++ Virtual Function Elimination