Skip to content

Commit 271083f

Browse files
committed
Disable optimizations on ARM at all for experiment.
1 parent 4d85680 commit 271083f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
-DOPENCV_ENABLE_NONFREE=ON
8282
-DWITH_CAROTENE=OFF
8383
${{ matrix.no_opencl && '-DWITH_OPENCL=OFF' || '' }}
84-
${{ matrix.arch == 'arm64' && '-DCPU_BASELINE="NEON" -DCPU_DISPATCH="" -DWITH_VULKAN=OFF -DBUILD_opencv_vulkan=OFF -DOPENCV_DNN_VULKAN=OFF -DCMAKE_DISABLE_FIND_PACKAGE_Vulkan=ON' || '' }}
84+
${{ matrix.arch == 'arm64' && '-DCV_DISABLE_OPTIMIZATION=ON -DWITH_VULKAN=OFF -DBUILD_opencv_vulkan=OFF -DOPENCV_DNN_VULKAN=OFF -DCMAKE_DISABLE_FIND_PACKAGE_Vulkan=ON' || '' }}
8585
${{ matrix.arch == 'x86' && '-DBUILD_opencv_python3=OFF' || '' }}
8686
MAIN_BUILD_DIR: "${{ (github.event.repository.name != 'opencv_contrib') && 'build' || 'build-contrib' }}"
8787
OPENCV_FOR_THREADS_NUM: 8

0 commit comments

Comments
 (0)