Add -build_shared_libs for default build for speed.

This is already recommended by the wiki:

https://cwiki.apache.org/confluence/display/IMPALA/Building+Impala

Change-Id: Ic83db07e59ff339dcce7362bd296ebcfd60b71d6
Reviewed-on: http://gerrit.cloudera.org:8080/4970
Reviewed-by: Jim Apple <[email protected]>
Tested-by: Internal Jenkins


Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/ae24bf28
Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/ae24bf28
Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/ae24bf28

Branch: refs/heads/master
Commit: ae24bf28509c8af6137f89cb425e3d163f8de12a
Parents: 08d89a5
Author: Jim Apple <[email protected]>
Authored: Sat Nov 5 16:54:21 2016 -0700
Committer: Internal Jenkins <[email protected]>
Committed: Wed Nov 9 00:36:28 2016 +0000

----------------------------------------------------------------------
 bin/bootstrap_development.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/ae24bf28/bin/bootstrap_development.sh
----------------------------------------------------------------------
diff --git a/bin/bootstrap_development.sh b/bin/bootstrap_development.sh
index 8c4f742..b643368 100755
--- a/bin/bootstrap_development.sh
+++ b/bin/bootstrap_development.sh
@@ -76,5 +76,5 @@ pushd "$(dirname $0)/.."
 export IMPALA_HOME="$(pwd)"
 export MAX_PYTEST_FAILURES=0
 source bin/impala-config.sh
-./buildall.sh -noclean -format -testdata
+./buildall.sh -noclean -format -testdata -build_shared_libs
 popd

Reply via email to