From fd19172c5028d0f8b521a433ea8be3993ed9a9e8 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Thu, 20 Jan 2011 02:32:11 -0500 Subject: [PATCH] README: mention CFLAGS on *nix builds --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):