On 09/04/2015 04:58 PM, Ranjan Maitra wrote:

I used gcc with -O3 or -Ofast. Any suggestions on this?

Stay with -O2 unless you precisely know what you are doing.

Playing with -O3 and -Ofast may squeeze out some usecs somewhere, but because you are using less used and tested paths of the compiler, you're at risk of facing bugs/miscompilation etc.


Ralf


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to