summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2008-02-01 09:59:44 -0800
committerSage Weil <sage@newdream.net>2008-02-01 09:59:44 -0800
commit1a6924367db7648d2e3065a1476f3806b70c553c (patch)
tree99f38a8653b11ff721796c918ab6a1519ca7f13f /INSTALL
parent4699935a273fbb2b5d43d619ad417ac2f551d09c (diff)
downloadceph-1a6924367db7648d2e3065a1476f3806b70c553c.tar.gz
autoconf changes to build on a debian/testing machine
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 7 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index c4ef142a116..0dc8965fccc 100644
--- a/INSTALL
+++ b/INSTALL
@@ -3,7 +3,7 @@ Installation Instructions
If pulling from git, you first need to build the configure script with
-$ ./reconf
+$ ./autogen.sh
Then,
@@ -13,3 +13,9 @@ $ make
Note that if the FUSE library is not found, the user-space fuse client
will not be built.
+If you are doing development, you may want to do
+
+$ CXXFLAGS="-g -pg" ./configure
+
+or similar to avoid the default (-g -O2), which includes optimizations
+(-O2).