Browse Source

README: mention CFLAGS on *nix builds

Jeff Garzik 15 years ago
parent
commit
fd19172c50
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README

+ 1 - 1
README

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