README: mention CFLAGS on *nix builds
This commit is contained in:
parent
fc4ed179e8
commit
fd19172c50
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -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):
|
||||||
|
|
Loading…
Reference in a new issue