]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
do_autogen.sh: --disable-static 2025/head
authorSage Weil <sage@inktank.com>
Wed, 25 Jun 2014 17:27:07 +0000 (10:27 -0700)
committerSage Weil <sage@inktank.com>
Wed, 25 Jun 2014 17:27:07 +0000 (10:27 -0700)
This will make builds go ~2x as fast when developing.

Reported-by: Luis Pabon <lpabon@redhat.com>
Signed-off-by: Sage Weil <sage@inktank.com>
do_autogen.sh

index ea498d863ac08a79976d3cba69157e7661749496..49c2451c795d775ea9b7521f74998116830a7718 100755 (executable)
@@ -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