This content is specific to C++; it does not apply to DPC++.
If a program requires support for exception handling, the compiler creates a special section containing DWARF directives that are used by the Linux* run-time to unwind and catch an exception.
This information is located in the .eh_frame section and may be shrunk using the compiler options listed below.
Options to specify:
Linux* : | -fno-exceptions |
-fno-asynchronous-unwind-tables | |
Windows*: | None |
Advantages of this method: |
|
Disadvantages of this method: |
Both options may change the program's behavior:
|
Please read the compiler option descriptions, which explain what the defaults and behavior are for each target platform.