Commit Graph

15 Commits

Author SHA1 Message Date
Sage Weil 85558759d7 do_autogen.sh: apply 'profiler' options to CXXFLAGS, too
-P now leaves in frame pointers and makes sure debugging is turned down.

Signed-off-by: Sage Weil <sage@inktank.com>
2012-08-16 11:07:41 -07:00
Sage Weil 3e50a09d29 do_autogen.sh: -p to pass --with-profiler to configure (google cpu profiler)
The -P profiling stuff seems somewhat nonsensical.. that should be cleaned
up too.

Signed-off-by: Sage Weil <sage@inktank.com>
2012-08-16 11:05:44 -07:00
Sage Weil 89316566b5 remove gceph
Signed-off-by: Sage Weil <sage@inktank.com>
2012-05-17 20:23:33 -07:00
Sage Weil 6ab8526438 do_autogen: control optimization level
-O 2 -> -O2

Signed-off-by: Sage Weil <sage@newdream.net>
2012-03-27 10:41:40 -07:00
Sage Weil 804f243b2a do_autogen.sh: -T for --without-tcmalloc
Signed-off-by: Sage Weil <sage@newdream.net>
2012-02-24 11:15:04 -08:00
Sage Weil 00a2e84b38 do_autogen.sh: -e <path> to dump encoded objects to a path
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>
2012-02-01 16:34:00 -08:00
Colin Patrick McCabe e9fb106a59 do_autogen: add -H for --with-hadoop
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
2011-04-25 11:05:43 -07:00
Colin Patrick McCabe 0bd7ee506e do_autogen.sh: don't clear CFLAGS, CXXFLAGS
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
2011-04-25 11:05:43 -07:00
Colin Patrick McCabe 4b547cbb52 Makefile: add some new warnings to CXXFLAGS
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
2011-04-22 16:41:55 -07:00
Colin Patrick McCabe ac5ad4eddb do_autogen: create radosgw
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
2011-03-23 17:33:51 -07:00
Colin Patrick McCabe fd5fd94807 RGW: validate bucket names and object names
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
2011-03-23 17:33:51 -07:00
Colin Patrick McCabe 468ce23ed3 do_autogen: add -O2 when compiling for profiling
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
2011-03-07 03:04:39 -08:00
Colin Patrick McCabe 88cc244e32 do_autogen.sh: add -P option
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
2011-03-04 09:30:45 -08:00
Colin Patrick McCabe 18e9b66edd do_autogen: add -P (--with-profiler)
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
2011-03-01 06:44:40 -08:00
Colin Patrick McCabe 52866751c4 Add do_autogen.sh
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>
2011-02-03 09:15:59 -08:00