Skip to content

Commit a9c34c5

Browse files
committed
cmake scenarios build support msvc
1 parent 4549df8 commit a9c34c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/cmake-scenarios/build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ set -exuo pipefail
2222
# Build nanoarrow statically.
2323
cmake -S ../.. -B scratch/nanoarrow_build/ \
2424
-DCMAKE_INSTALL_PREFIX=scratch/nanoarrow_install/ \
25+
-DCMAKE_BUILD_TYPE=Release \
2526
-DNANOARROW_IPC=ON -DNANOARROW_DEVICE=ON -DNANOARROW_TESTING=ON
2627
cmake --build scratch/nanoarrow_build/
2728
cmake --install scratch/nanoarrow_build/

0 commit comments

Comments
 (0)