summaryrefslogtreecommitdiff
path: root/do_autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* do_autogen.sh: add -j flag to enable java stuffSage Weil2012-10-191-1/+4
| | | | | Signed-off-by: Sage Weil <sage@newdream.net> Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
* do_autogen.sh: -n for nssSage Weil2012-08-161-1/+4
| | | | | | Cryptopp (at least my installed version) doesn't build on gcc 4.7. Signed-off-by: Sage Weil <sage@inktank.com>
* do_autogen.sh: apply 'profiler' options to CXXFLAGS, tooSage Weil2012-08-161-0/+1
| | | | | | -P now leaves in frame pointers and makes sure debugging is turned down. Signed-off-by: Sage Weil <sage@inktank.com>
* do_autogen.sh: -p to pass --with-profiler to configure (google cpu profiler)Sage Weil2012-08-161-1/+3
| | | | | | | The -P profiling stuff seems somewhat nonsensical.. that should be cleaned up too. Signed-off-by: Sage Weil <sage@inktank.com>
* 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>