I have given a task to optimize the performance of a program (Both ROM and RAM size). I am the idea click to me is to use -Os inside of -O2 to reduce the .so size. Does this will effect the performance of my program?
I am using strip
the library already.
What can be the other optimization can i check for?