From: Vincent Penquerc'h <Vin...@ar...> - 2003-06-25 09:11:25
|
> gcc 3.2.2 is no slouch, either, if you turn on all the warnings, e.g. > -Wall -Werror (there may be a few more you can turn on, too). Did you mean -Wall -W ? > Also, compile with optimization no higher than -O1, to get rid of > any chance of aliasing. Or more simply adding -fno-strict-aliasing. This one'll bite a lot of people... -- Vincent Penquerc'h |