Hi,
I'm building a Static Library, using CCS 4.1 and want to strip/replace all symbols, except couple functions. So if somebody unarchives the library and disassembles the object, there are no function names (or junk function names, like: func001, func002, var001, var002, ...).
Is there any simpler then manual way to do this?
PS: Library consists of ~15 objects and there are no way to define everything as static.
Thanks!