You copied the Doc URL to your clipboard.
--strict_enum_size, --no_strict_enum_size
Checks whether or not the enum size is consistent across all inputs.
Usage
Use --strict_enum_size
to force the linker to display an error message if
the enum size is not consistent across all inputs. This is the default.
Use --no_strict_enum_size
for compatibility with objects built using RVCT
v3.1 and earlier.