Robustify mi-simplerun.
[deliverable/binutils-gdb.git] / gold / options.h
index e34e165ba76d2fd682d2681ec9f62a2d10d38273..653f5fc09d1fef81f866ba8ef6776aab0992d4cc 100644 (file)
@@ -708,6 +708,8 @@ class General_options
               N_("Strip all symbols"), NULL);
   DEFINE_bool(strip_debug, options::TWO_DASHES, 'S', false,
               N_("Strip debugging information"), NULL);
+  DEFINE_bool(strip_debug_non_line, options::TWO_DASHES, '\0', false,
+              N_("Emit only debug line number information"), NULL);
   DEFINE_bool(strip_debug_gdb, options::TWO_DASHES, '\0', false,
               N_("Strip debug symbols that are unused by gdb "
                  "(at least versions <= 6.7)"), NULL);
This page took 0.023063 seconds and 4 git commands to generate.