* options.h (class General_options): Accept

--no-detect-odr-violations.
This commit is contained in:
Ian Lance Taylor 2011-01-25 06:08:47 +00:00
parent 9ad64e945d
commit f30f86fa95
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2011-01-24 Ian Lance Taylor <iant@google.com>
* options.h (class General_options): Accept
--no-detect-odr-violations.
2011-01-24 Ian Lance Taylor <iant@google.com>
* version.cc (version_string): Bump to 1.11.

View File

@ -682,8 +682,8 @@ class General_options
NULL);
DEFINE_bool(detect_odr_violations, options::TWO_DASHES, '\0', false,
N_("Try to detect violations of the One Definition Rule"),
NULL);
N_("Look for violations of the C++ One Definition Rule"),
N_("Do not look for violations of the C++ One Definition Rule"));
DEFINE_bool(discard_all, options::TWO_DASHES, 'x', false,
N_("Delete all local symbols"), NULL);