Lower CPU_BASELINE from SSE3 to SSE2

This commit is contained in:
Nicolas Chauvet 2019-10-17 10:54:52 +02:00 committed by kwizart
parent 9fd3a5e294
commit ed49812c44
1 changed files with 3 additions and 0 deletions

View File

@ -276,6 +276,9 @@ popd
-DWITH_UNICAP=ON \
-DCMAKE_SKIP_RPATH=ON \
-DWITH_CAROTENE=OFF \
%ifarch x86_64 %{ix86}
-DCPU_BASELINE=SSE2 \
%endif
-DENABLE_PRECOMPILED_HEADERS=OFF \
-DCMAKE_BUILD_TYPE=ReleaseWithDebInfo \
%{?with_java: -DBUILD_opencv_java=ON \