Deprecated, superseded by --incompatible_remove_legacy_whole_archive (see
https://github.com/bazelbuild/bazel/issues/7362 for details). When on, use
--whole-archive for cc_binary rules that have linkshared=True and either
linkstatic=True or '-static' in linkopts. This is for backwards
compatibility only. A better alternative is to use alwayslink=1 where
required.