> I'm building like this: > $ CFLAGS="-O2 -fno-stack-protector" configure --prefix=$HOME/ruby/test > $ make -j3 && make install Question: does the -fno-stack-protector stuff make much of a speed difference? Thanks! -=r