PR 10670
[deliverable/binutils-gdb.git] / gold / options.h
index 399c3015c718f283d8505c96fb7a3467c3fe116c..be7b018ab1443d9cdf19a5f89453d98bc3f62965 100644 (file)
@@ -654,6 +654,8 @@ class General_options
               N_("Try to detect violations of the One Definition Rule"),
               NULL);
 
+  DEFINE_bool(discard_all, options::TWO_DASHES, 'x', false,
+             N_("Delete all local symbols"), NULL);
   DEFINE_bool(discard_locals, options::TWO_DASHES, 'X', false,
               N_("Delete all temporary local symbols"), NULL);
 
This page took 0.104339 seconds and 4 git commands to generate.