You copied the Doc URL to your clipboard.
--exceptions, --no_exceptions
Controls the generation of exception tables in the final image.
Usage
Using --no_exceptions
generates an error message if any exceptions
sections are present in the image after unused sections have been eliminated. Use this
option to ensure that your code is exceptions free.
Default
The default is --exceptions
.