The optimization you suggest is used in OpenEmbedded by default, so the poppler that comes with a release uses "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2" and also the -mcpu and -mtune options (everything is automatically compiled with that).
For stand-alone compilation this is a very valid remark though.
|