Skip to content

Commit

Permalink
Update build_arrow.sh (apache#1605)
Browse files Browse the repository at this point in the history
output compile_commands.json
  • Loading branch information
BInwei Yang authored May 11, 2023
1 parent 53df109 commit 933d278
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ep/build-arrow/src/build_arrow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ cmake -G Ninja \
-DCMAKE_INSTALL_PREFIX=$ARROW_INSTALL_DIR \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE=$BUILD_TYPE \
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
..
cmake --build . --target install
popd
Expand Down

0 comments on commit 933d278

Please sign in to comment.