-CFI_IGNORE_Module [Professional Edition only] [V1.07.00 or later] |
This option specifies object files to be exempted from the function list for use in detecting illegal indirect function calls.
This option specifies object files or library files ([V2.00.00 or later]) to be exempted from the function list for use in detecting illegal indirect function calls. |
For details on detecting illegal indirect function calls, refer to the item on the '-control_flow_integrity [Professional Edition only] [V1.07.00 or later]' compiler option.
If this option is specified more than once, the functions of all specified files are exempted from the function list. |
When this option is used, the -CFI option must also be specified. If the -CFI option is not specified, an error will occur. |
To remove functions in the c module in the b.lib library from the function list, code as: [V2.00.00 or later] |