Skip to content

Commit 34f296a

Browse files
committed
Update flags for ARM.
1 parent 065eefc commit 34f296a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/OCV-PR-Windows.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,8 @@ jobs:
6969
-DCL_Z_OPTION=/Z7
7070
-DBUILD_EXAMPLES=ON
7171
-DOPENCV_ENABLE_NONFREE=ON
72-
-DWITH_CAROTENE=OFF
7372
-DCMAKE_BUILD_TYPE=Release
7473
${{ matrix.no_opencl && '-DWITH_OPENCL=OFF' || '' }}
75-
${{ matrix.arch == 'arm64' && '-DCV_DISABLE_OPTIMIZATION=ON -DWITH_VULKAN=OFF -DBUILD_opencv_vulkan=OFF -DOPENCV_DNN_VULKAN=OFF -DCMAKE_DISABLE_FIND_PACKAGE_Vulkan=ON' || '' }}
7674
${{ matrix.arch == 'x86' && '-DBUILD_opencv_python3=OFF' || '' }}
7775
MAIN_BUILD_DIR: "${{ (github.event.repository.name != 'opencv_contrib') && 'build' || 'build-contrib' }}"
7876
OPENCV_FOR_THREADS_NUM: 8

0 commit comments

Comments
 (0)