| |||
| Home > Linker command-line options > --exceptions_tables=action | |||
This option specifies how exception tables are generated for objects that do not already contain exception unwinding tables.
--exceptions_tables=action
Where is
one of the following:action
nocreateThe linker does not create missing exception tables.
unwindThe linker creates an unwinding table for each section in your image that does not already have an exception table.
cantunwindThe linker creates a nounwind table for each section in your image that does not already have an exception table.