You copied the Doc URL to your clipboard.
--strict_wchar_size, --no_strict_wchar_size
Checks whether or not the wide character size is consistent across all inputs.
Note
Deprecated in this release.Usage
The option --strict_wchar_size
causes the linker to display an error
message if the wide character size is not consistent across all inputs. This is the
default.
Use --no_strict_wchar_size
for compatibility with objects built using RVCT
v3.1 and earlier.