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:
Gergely Fürnstáhl
2022-05-23 14:32:42 +02:00
committed by Impala Public Jenkins
parent fed0c6b321
commit 33724d623f
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -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