Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
[NSE-194]Turn on several Arrow parameters (#195)
Browse files Browse the repository at this point in the history
* Turn on several Arrow parameters

* Change SIMD Level Setting
  • Loading branch information
weiting-chen authored Mar 25, 2021
1 parent ca9ddb7 commit 48a181c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion native-sql-engine/cpp/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,9 @@ macro(build_arrow STATIC_ARROW)
-DARROW_FILESYSTEM=ON
-DARROW_JSON=ON
-DARROW_FLIGHT=OFF
-DARROW_JEMALLOC=OFF
-DARROW_JEMALLOC=ON
-DARROW_SIMD_LEVEL=AVX2
-DARROW_RUNTIME_SIMD_LEVEL=MAX
-DARROW_DEPENDENCY_SOURCE=BUNDLED
-DCMAKE_INSTALL_PREFIX=${ARROW_PREFIX}
-DCMAKE_INSTALL_LIBDIR=lib)
Expand Down

0 comments on commit 48a181c

Please sign in to comment.