Hi, I'm trying to make binary without symbols because I will give it to co-workers.
I must hide all symbols in binary except for only one class. (i call it A class and co-workers implement this class)
So I make binary file with '--no_debug' options at link process. It looks like all symbols are deleted.
But the problem is the symbols of A class also deleted. So my co workers can't debug their source file.
How can i solve this problem? Please share your wisdom.
Thanks
from your co-wokrer