Enables C++ exception handling.
This option is deprecated.
IA-32, Intel® 64, IA-64 architectures
Linux and Mac OS X: | None |
Windows: | /GX /GX- |
None
/GX |
When using Microsoft Visual Studio* 2005 |
/GX- |
When using Microsoft Visual Studio .NET 2003* (or earlier) |
This option enables C++ exception handling. /Qvc8 implies /GX, while /Qvc7.1 (or lower) implies /GX-.
None