Skip to content

Commit

Permalink
IMPALA-5172: Always pass DEBUG build type to Impala-Lzo
Browse files Browse the repository at this point in the history
This changes CMakeLists.txt to pass the DEBUG build type
to LZO. This effectively reverts commit
2598e3b.

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
  • Loading branch information
Alex Behm authored and jenkins committed Apr 19, 2017
1 parent b62ea7e commit 84f6e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 84f6e7e

Please sign in to comment.