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