summaryrefslogtreecommitdiff
path: root/do_autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* remove gcephSage Weil2012-05-171-1/+1
| | | | Signed-off-by: Sage Weil <sage@inktank.com>
* do_autogen: control optimization levelSage Weil2012-03-271-2/+5
| | | | | | -O 2 -> -O2 Signed-off-by: Sage Weil <sage@newdream.net>
* do_autogen.sh: -T for --without-tcmallocSage Weil2012-02-241-4/+7
| | | | Signed-off-by: Sage Weil <sage@newdream.net>
* do_autogen.sh: -e <path> to dump encoded objects to a pathSage Weil2012-02-011-1/+10
| | | | | | | Make it easy to build with encode dumping enabled. This is just a convenient way to generate a large corpus of encoded objects. Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
* do_autogen: add -H for --with-hadoopColin Patrick McCabe2011-04-251-1/+5
| | | | Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
* do_autogen.sh: don't clear CFLAGS, CXXFLAGSColin Patrick McCabe2011-04-251-2/+0
| | | | Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
* Makefile: add some new warnings to CXXFLAGSColin Patrick McCabe2011-04-221-4/+0
| | | | Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
* do_autogen: create radosgwColin Patrick McCabe2011-03-231-1/+1
| | | | Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
* RGW: validate bucket names and object namesColin Patrick McCabe2011-03-231-1/+1
| | | | Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
* do_autogen: add -O2 when compiling for profilingColin Patrick McCabe2011-03-071-1/+1
| | | | Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
* do_autogen.sh: add -P optionColin Patrick McCabe2011-03-041-7/+13
| | | | Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
* do_autogen: add -P (--with-profiler)Colin Patrick McCabe2011-03-011-2/+4
| | | | Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
* Add do_autogen.shColin Patrick McCabe2011-02-031-0/+97
It's handy when making builds with various different warning levels. Also saves you from having to remember --prefix, etc. all the time. Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>