What is the safe parameters for stripping static libraries?
When I use strip command like below:
$ arm-none-linux-gnueabi-strip myCustomLib.a
it gives following error on linking:
error adding symbols: Archive has no index;
run ranlib to add one
collect2: error: ld returned 1 exit status