Intel® C++ Compiler 16.0 User and Reference Guide
Specifies the model of exception handling to be performed.
Linux and OS X: | None |
Windows: | /EHtype /EHtype- |
type |
Specifies the exception handling model. Possible values are:
|
If you specify c, you must also specify a or s.
OFF |
Some exception handling is performed by default. |
This option specifies the model of exception handling to be performed.
If you specify the negative form of the option, it disables the exception handling performed by type.
Visual Studio: Code Generation > Enable C++ Exceptions
Eclipse: None
Xcode: None
/EHsc |
Linux and OS X: None Windows: /GX |