Skip to content

Commit bfbd8c5

Browse files
committed
Update java_jni_manylinux_build.sh with debug build settings.
1 parent 0890149 commit bfbd8c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/scripts/java_jni_manylinux_build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export ARROW_ORC
4646
: ${ARROW_PARQUET:=ON}
4747
: ${ARROW_S3:=ON}
4848
: ${ARROW_USE_CCACHE:=OFF}
49-
: ${CMAKE_BUILD_TYPE:=release}
49+
: ${CMAKE_BUILD_TYPE:=Debug}
5050
: ${CMAKE_UNITY_BUILD:=ON}
5151
: ${VCPKG_ROOT:=/opt/vcpkg}
5252
: ${VCPKG_FEATURE_FLAGS:=-manifests}
@@ -81,6 +81,7 @@ cmake \
8181
-DARROW_RPATH_ORIGIN=${ARROW_RPATH_ORIGIN} \
8282
-DARROW_S3=${ARROW_S3} \
8383
-DARROW_USE_CCACHE=${ARROW_USE_CCACHE} \
84+
-DARROW_EXTRA_ERROR_CONTEXT=ON \
8485
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} \
8586
-DCMAKE_INSTALL_LIBDIR=lib \
8687
-DCMAKE_INSTALL_PREFIX=${ARROW_HOME} \

0 commit comments

Comments
 (0)