Given a .a or .so library, or a .o object file, can I see what compiler flags were used to build it?
Where compiler flags differ between compilers, is there nevertheless any way to extract information about levels of optimization, targeted machine, etc?