README: mention CFLAGS on *nix builds

This commit is contained in:
Jeff Garzik 2011-01-20 02:32:11 -05:00 committed by Jeff Garzik
parent fc4ed179e8
commit fd19172c50

2
README
View file

@ -10,7 +10,7 @@ Dependencies:
Basic *nix build instructions: Basic *nix build instructions:
./autogen.sh ./autogen.sh
./configure CFLAGS="-O3 -Wall -msse2" ./configure
make make
Basic WIN32 build instructions (on Fedora 13; requires mingw32): Basic WIN32 build instructions (on Fedora 13; requires mingw32):