From: Sage Weil Date: Wed, 25 Jun 2014 17:27:07 +0000 (-0700) Subject: do_autogen.sh: --disable-static X-Git-Tag: v0.83~43^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=385fd6c532f7f87d42f3dc0ee2970f5998b927b7;p=ceph.git do_autogen.sh: --disable-static This will make builds go ~2x as fast when developing. Reported-by: Luis Pabon Signed-off-by: Sage Weil --- diff --git a/do_autogen.sh b/do_autogen.sh index ea498d863ac0..49c2451c795d 100755 --- a/do_autogen.sh +++ b/do_autogen.sh @@ -29,7 +29,7 @@ die() { debug_level=0 verbose=0 profile=0 -CONFIGURE_FLAGS="" +CONFIGURE_FLAGS="--disable-static" while getopts "d:e:hHTPjpnvO:" flag do case $flag in