Dan Burkert has submitted this change and it was merged. 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 Reviewed-on: http://gerrit.cloudera.org:8080/1777 Reviewed-by: Todd Lipcon <[email protected]> Tested-by: Internal Jenkins --- M thirdparty/build-thirdparty.sh 1 file changed, 9 insertions(+), 2 deletions(-) Approvals: Internal Jenkins: Verified Todd Lipcon: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/1777 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4c1bd34f9e90a7e3a7a6f30e38f0f76711a57237 Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Dan Burkert <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
