mirror of
https://github.com/apache/impala.git
synced 2025-12-19 18:12:08 -05:00
IMPALA-11311: Fixed debug_noopt build directory
It used "release" by default, changed it to debug. Change-Id: I202065ca25ba622954ac11526e1c55db0f0e8a1c Reviewed-on: http://gerrit.cloudera.org:8080/18555 Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
This commit is contained in:
committed by
Impala Public Jenkins
parent
fed0c6b321
commit
33724d623f
@@ -380,6 +380,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
||||
|
||||
# set compile output directory
|
||||
if ("${CMAKE_BUILD_TYPE}" STREQUAL "DEBUG" OR
|
||||
"${CMAKE_BUILD_TYPE}" STREQUAL "DEBUG_NOOPT" OR
|
||||
"${CMAKE_BUILD_TYPE}" STREQUAL "ADDRESS_SANITIZER" OR
|
||||
"${CMAKE_BUILD_TYPE}" STREQUAL "UBSAN" OR
|
||||
"${CMAKE_BUILD_TYPE}" STREQUAL "UBSAN_FULL" OR
|
||||
|
||||
@@ -87,7 +87,8 @@ export MAKE_CMD=make
|
||||
|
||||
# parse command line options
|
||||
# Note: if you add a new build type, please also add it to 'VALID_BUILD_TYPES' in
|
||||
# tests/common/environ.py.
|
||||
# tests/common/environ.py and set correct BUILD_OUTPUT_ROOT_DIRECTORY directory in
|
||||
# be/CMakeLists.txt.
|
||||
while [ -n "$*" ]
|
||||
do
|
||||
case "$1" in
|
||||
|
||||
Reference in New Issue
Block a user