You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Dan Burkert (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/01/13 21:10:54 UTC

[kudu-CR] Build thirdparty CMake and LLVM without debugging symbols

Dan Burkert has uploaded a new patch set (#2).

Change subject: Build thirdparty CMake and LLVM without debugging symbols
......................................................................

Build thirdparty CMake and LLVM without debugging symbols

This change drops the size of a fully built thirdparty from 26G to 3.8G.
Debug symbols are occasionally useful for debugging codegen issues, but
the overhead is too much to always enable them.

Change-Id: I4c1bd34f9e90a7e3a7a6f30e38f0f76711a57237
---
M thirdparty/build-thirdparty.sh
1 file changed, 9 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/77/1777/2
-- 
To view, visit http://gerrit.cloudera.org:8080/1777
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I4c1bd34f9e90a7e3a7a6f30e38f0f76711a57237
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Dan Burkert <da...@cloudera.com>
Gerrit-Reviewer: Adar Dembo <ad...@cloudera.com>
Gerrit-Reviewer: Todd Lipcon <to...@apache.org>