--exceptions_tables=action
Where action is
one of the following:
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.