This is an automated email from the ASF dual-hosted git repository.
wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 500134e ARROW-3482: [C++] Build with JEMALLOC by default
500134e is described below
commit 500134ef7d656499f359933efd1cd972637d8f64
Author: Korn, Uwe <[email protected]>
AuthorDate: Wed Oct 10 09:43:27 2018 -0400
ARROW-3482: [C++] Build with JEMALLOC by default
Author: Korn, Uwe <[email protected]>
Closes #2739 from xhochy/ARROW-3482 and squashes the following commits:
8e85cf607 <Korn, Uwe> ARROW-3482: Build with JEMALLOC by default
---
cpp/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt
index 40575a7..5f7d2ca 100644
--- a/cpp/CMakeLists.txt
+++ b/cpp/CMakeLists.txt
@@ -162,7 +162,7 @@ Pass multiple labels by dividing with semicolons")
option(ARROW_JEMALLOC
"Build the Arrow jemalloc-based allocator"
- OFF)
+ ON)
option(ARROW_HDFS
"Build the Arrow HDFS bridge"