Skip to content

Commit a03d5b0

Browse files
committed
Remove stuff
1 parent de82fe7 commit a03d5b0

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

ci/scripts/cpp_build.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -271,13 +271,8 @@ else
271271
-DgRPC_SOURCE=${gRPC_SOURCE:-} \
272272
-DGTest_SOURCE=${GTest_SOURCE:-} \
273273
-Dlz4_SOURCE=${lz4_SOURCE:-} \
274-
-DCMAKE_CXX_FLAGS="-I/opt/homebrew/Cellar/libiodbc/3.52.16/include -L/opt/homebrew/Cellar/libiodbc/3.52.16/lib -Wno-deprecated-declarations -Wno-error=null-conversion -Wno-error=switch -Wno-error=unused-variable -Wno-error=pessimizing-move -Wno-error=unused-private-field -Wno-error=missing-field-initializers -Wno-error=deprecated-this-capture -Wno-error=reorder-ctor -Wno-error=unused-value -Wno-error=deprecated-copy-with-user-provided-copy -Wno-error=shorten-64-to-32 -Wno-error=sign-compare -Wno-error=documentation" \
275-
-DCMAKE_OSX_ARCHITECTURES=arm64 \
276-
-DCMAKE_CXX_FLAGS_DEBUG="-g -O0 -fno-inline" \
274+
-DCMAKE_CXX_FLAGS="-I/opt/homebrew/Cellar/libiodbc/3.52.16/include -L/opt/homebrew/Cellar/libiodbc/3.52.16/lib" \
277275
-DODBC_INCLUDE_DIR="${ODBC_INCLUDE_DIR:-}" \
278-
-DODBC_LIBRARY=/opt/homebrew/Cellar/libiodbc/3.52.16/lib/libiodbc.dylib \
279-
-DGTest_SOURCE="SYSTEM" \
280-
-DARROW_BUILD_TESTS=ON \
281276
-Dopentelemetry-cpp_SOURCE=${opentelemetry_cpp_SOURCE:-} \
282277
-DORC_SOURCE=${ORC_SOURCE:-} \
283278
-DPARQUET_BUILD_EXAMPLES=${PARQUET_BUILD_EXAMPLES:-OFF} \

0 commit comments

Comments
 (0)