> Globally, stripping saved many megabytes.I'm not interested in the ".L*" symbols as those have
no names, just numbers. But anything that has a name for
a function, I would very much like to be retained in
the library symbol table.
Maybe you could use the following strip arguments:
-S -X -w -N '.L[0-9]*'
?