IMPALA-5172: Always pass DEBUG build type to Impala-Lzo This changes CMakeLists.txt to pass the DEBUG build type to LZO. This effectively reverts commit 2598e3b26449a03011ab419a4cc1171cee249427.
Change-Id: I15f0b383ef29d8eecccb69e9adde76386c7cdac6 Reviewed-on: http://gerrit.cloudera.org:8080/6686 Reviewed-by: Alex Behm <[email protected]> Reviewed-by: Dan Hecht <[email protected]> Tested-by: Impala Public 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/297e23ba Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/297e23ba Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/297e23ba Branch: refs/heads/master Commit: 297e23ba993d9db22287d2ac54bacdff52d5461a Parents: 841fe7f Author: Alex Behm <[email protected]> Authored: Wed Apr 19 10:21:05 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Wed Apr 19 22:11:14 2017 +0000 ---------------------------------------------------------------------- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/297e23ba/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e568aa..3fa8456 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -387,7 +387,7 @@ add_custom_target(cscope ALL if (DEFINED ENV{IMPALA_LZO} AND EXISTS $ENV{IMPALA_LZO}) add_custom_target(impala-lzo ALL DEPENDS thrift-deps - COMMAND $ENV{IMPALA_LZO}/build.sh ${CMAKE_BUILD_TYPE} ${CMAKE_SOURCE_DIR} + COMMAND $ENV{IMPALA_LZO}/build.sh DEBUG ${CMAKE_SOURCE_DIR} $ENV{IMPALA_TOOLCHAIN} ) endif()
