Enables different models of exception handing.
Windows: Code Generation > Enable C++ Exceptions
Linux: None
Mac OS X: None
IA-32, Intel® 64, IA-64 architectures
Linux and Mac OS X: | None |
Windows: | /EHtype |
type |
Possible values are: a, s, or c |
OFF |
This option enables deferent models of exception handler:
/EHa -- enable asynchronous C++ exception handling model
/EHs -- enable synchronous C++ exception handling model
/EHc -- assume extern "C" functions do not throw exceptions
None