Skip to content

Commit

Permalink
Try RelWithDebInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
lriggs committed May 14, 2024
1 parent bcabd3b commit c5b574d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/java_jni_macos_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export ARROW_ORC
: ${ARROW_PARQUET:=ON}
: ${ARROW_S3:=ON}
: ${ARROW_USE_CCACHE:=OFF}
: ${CMAKE_BUILD_TYPE:=Debug}
: ${CMAKE_BUILD_TYPE:=RelWithDebInfo}
: ${CMAKE_UNITY_BUILD:=ON}

if [ "${ARROW_USE_CCACHE}" == "ON" ]; then
Expand Down

0 comments on commit c5b574d

Please sign in to comment.