I am using xlC (Version: 11.01.0000.0011).
While build i am using "-g" to have debug information in build.
there are many object files (>500) due to which resultant shared file (.so) will have huge size.
I can't reduce optimization level.
Is there any way or flag is present by using which i can reduce size of shared file (.so) without much loss of debug info?
EDIT
File size if 2.3GB. due to which i can't link it to other places. I need to make it less than 2GB.