move config.h to urcu/config.h and install it
[urcu.git] / README
diff --git a/README b/README
index 0f92ac690f1ce884139b18557cea062e893abc80..fce568089b3182aada2a802939512cb99aa280b5 100644 (file)
--- 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
+               Forcing a 32-bit build with 386 backward compatibility:
+               * CFLAGS="-m32 -g -O2" ./configure --target=i386-pc-linux-gnu
 
 ARCHITECTURES SUPPORTED
 -----------------------
This page took 0.023108 seconds and 4 git commands to generate.