Skip to content

Commit

Permalink
Update example to disable mimalloc as the default allocator
Browse files Browse the repository at this point in the history
  • Loading branch information
zanmato1984 committed Jan 10, 2025
1 parent 438cf9b commit bef1294
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpp/examples/minimal_build/build_arrow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pushd $ARROW_BUILD_DIR
# Enable the CSV reader as it's used by the example third-party build
cmake /arrow/cpp \
-DARROW_CSV=ON \
-DARROW_JEMALLOC=OFF \
-DARROW_MIMALLOC=OFF \
$ARROW_CMAKE_OPTIONS

make -j$NPROC
Expand Down
2 changes: 1 addition & 1 deletion cpp/examples/tutorial_examples/build_arrow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cmake /arrow/cpp \
-DARROW_DATASET=ON \
-DARROW_FILESYSTEM=ON \
-DARROW_PARQUET=ON \
-DARROW_JEMALLOC=OFF \
-DARROW_MIMALLOC=OFF \
$ARROW_CMAKE_OPTIONS

make -j$NPROC
Expand Down

0 comments on commit bef1294

Please sign in to comment.