From c4c181795ea4f221c12c0c5aed5d89471c55be99 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 8 Oct 2009 01:10:26 -0400 Subject: [PATCH] update readme Signed-off-by: Mathieu Desnoyers --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 0f92ac6..a04ba15 100644 --- a/README +++ b/README @@ -10,13 +10,13 @@ BUILDING make install Hints: Forcing 32-bit build: - * CFLAGS=-m32 ./configure + * CFLAGS="-m32 -g -O2" ./configure Forcing 64-bit build: - * CFLAGS=-m64 ./configure + * CFLAGS="-m64 -g -O2" ./configure Forcing a 32-bit build with down to 386 compatibility: - * CFLAGS=-m32 ./configure --target=i386-pc-linux-gnu + * CFLAGS="-m32 -g -O2" ./configure --target=i386-pc-linux-gnu ARCHITECTURES SUPPORTED ----------------------- -- 2.34.1