How to delete debug symbols in static libs

445 Views Asked by At

I have four libraries that I wrote in C. Now I want to share these libraries (static libs for example, libA.a) with a software developer who will use them to generate a "final" executable.

My question is, how can I delete the debug symbols so that he doesn't find some information about the working process inside my libs?

Thanks in advance.

Development Environment: GreenHills

Compiler: ccarm

0

There are 0 best solutions below