GitHub user navsan opened a pull request:
https://github.com/apache/incubator-quickstep/pull/23
Use shared libraries when building on Travis
[Identical to #21, but that got messed up due to some git foo.]
This change should reduce memory consumption and build time.
Comparing Travis run times for PR #21
(https://travis-ci.org/apache/incubator-quickstep/builds/136474629) with one
from earlier today
(https://travis-ci.org/apache/incubator-quickstep/builds/136370961), almost all
the run times have gone down to a certain extent. It's particularly helpful for
the GCC runs with copy elision (>10% speedup).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/incubator-quickstep travis_sharedlibs2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-quickstep/pull/23.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #23
----
commit ccd11c0858362e4af45822181dc3a8d0c4db539b
Author: navsan <[email protected]>
Date: 2016-06-09T16:03:42Z
Use shared libraries when building on Travis
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---