Skip to content

Commit

Permalink
ARROW-17571: [Benchmarks] Default build for PyArrow seems to be debug (
Browse files Browse the repository at this point in the history
…#14010)

This PR tries to change PyArrow to be built in release and not in debug mode for Benchmarks builds.

Authored-by: Alenka Frim <[email protected]>
Signed-off-by: Alenka Frim <[email protected]>
  • Loading branch information
AlenkaF authored Sep 1, 2022
1 parent 91aeae8 commit c60fd42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/conbench_envs/benchmarks.env
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# limitations under the License.
#

CMAKE_BUILD_TYPE=release
ARROW_BUILD_TESTS=OFF
ARROW_BUILD_TYPE=release
ARROW_DEPENDENCY_SOURCE=AUTO
Expand Down

0 comments on commit c60fd42

Please sign in to comment.