You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is really outdated and even detrimental to performance: -O2
-fomit-frame-pointer -fforce-addr -ffast-math -Wall
A better combination will be: -O2 -ffast-math -Wall -march=native
Original issue reported on code.google.com by [email protected] on 7 Mar 2015 at 11:44
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 7 Mar 2015 at 11:44The text was updated successfully, but these errors were encountered: