Chris wrote: >Ok thanks I already use it for ports, but just plain -O2 -pipe for the >world and kernel. > > > Hmm ... I find this thread surprising, as this is the first I have heard of FreeBSD working correctly with -O2. So, is this the options suggested for make.conf on x86? CFLAGS= -O2 -pipe -fno-strict-aliasing COPTFLAGS= -O2 -pipe Tom Veldhouse