You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@quickstep.apache.org by zu...@apache.org on 2016/06/15 16:45:58 UTC

[3/3] incubator-quickstep git commit: Disabled shared build.

Disabled shared build.


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

Branch: refs/heads/travis-grpc
Commit: 044877b3095822a0cd04d7f7d82d7b2f039da23d
Parents: 64bed61
Author: Zuyu Zhang <zu...@apache.org>
Authored: Tue Jun 14 20:04:51 2016 -0700
Committer: Zuyu Zhang <zu...@apache.org>
Committed: Wed Jun 15 09:47:27 2016 -0700

----------------------------------------------------------------------
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/044877b3/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 7e2a6ad..9aadab7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -69,7 +69,6 @@ before_script:
   - $PROTOC --version
   - (cd build &&
      cmake -D CMAKE_BUILD_TYPE=$BUILD_TYPE
-           -D BUILD_SHARED_LIBS=On
            -D CMAKE_C_FLAGS_DEBUG="$DEBUG_FLAGS"
            -D CMAKE_CXX_FLAGS_DEBUG="$DEBUG_FLAGS"
            -D CMAKE_C_FLAGS_RELEASE="$RELEASE_FLAGS"