| |||
| Home > Linker command-line options > --force_so_throw, --no_force_so_throw | |||
This option controls the assumption made by the linker that an input shared object might throw an exception. By default, exception tables are discarded if no code throws an exception.
Use --force_so_throw to specify that all
shared objects might throw an exception and so force the linker
to keep the exception tables, regardless of whether the image can
throw an exception or not. If the --sysv option
is used then --force_so_throw is automatically
set.
Using the Linker: