Commit fd19172c5028d0f8b521a433ea8be3993ed9a9e8

Jeff Garzik 2011-01-20T02:32:11

README: mention CFLAGS on *nix builds

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/README b/README
index 0d24ef6..3e4e6ae 100644
--- a/README
+++ b/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):