* layout.cc (Layout::include_section): Check for SHF_EXCLUDE.
[binutils-gdb.git] / gold / options.h
index be08d99050a400d9a3d820c5e546373c032f1c7b..f92184f6751e4e4350773d589456e82583ec6056 100644 (file)
@@ -748,6 +748,8 @@ class General_options
   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);
+  DEFINE_bool(strip_lto_sections, options::TWO_DASHES, '\0', true,
+              N_("Strip LTO intermediate code sections"), NULL);
 
   DEFINE_bool(shared, options::ONE_DASH, '\0', false,
               N_("Generate shared library"), NULL);