In order to minimize the foot print, the ELF linker does not include a section that is not needed to resolve any references in the final executable. Use --unused_section_elimination=off to disable this optimization. The syntax for the option is:
--unused_section_elimination[=on|off]
The linker default behavior is equivalent to --unused_section_elimination=on.