The -hidden-lx
flag (similar to --exclude-lib
on GNU ld) sets the visibility of global symbols in a library to hidden. Is there a way to pass a library path instead of name? Extrapolating from the other flags, perhaps -hidden_library path/to/libxyz.a
could be added.
Thanks!