View Single Post
Old 2nd March 2005, 18:25   #2  |  Link
Sharktooth
Mr. Sandman
 
Sharktooth's Avatar
 
Join Date: Sep 2003
Location: Haddonfield, IL
Posts: 11,768
I added some cflags that should give some speed in general:
Added -O3 in vfw
Added -march=pentium3 -mmmx -msse -mfpmath=sse
Removed -ffast-math due to crashes with sse.

The (in)famous compiler bug was generated by -fomit-frame-pointer (that was removed as well).

Last edited by Sharktooth; 5th March 2005 at 22:15.
Sharktooth is offline   Reply With Quote