Controls the use of the wchar_t data type in C++ source code.
-wchar_t on | off
The -wchar on option tells the C++ compiler to recognize the wchar_t type as a built-in type for wide characters. The -wchar off option tells the compiler not to allow this built-in type, forcing the user to provide a definition for this type. Default setting is on.