Skip to content
This repository has been archived by the owner on Mar 22, 2020. It is now read-only.

Commit

Permalink
Fix iOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo authored and xsacha committed Nov 5, 2017
1 parent 892abfe commit d48e183
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ HunterGate(
project(OpenCV CXX C)

if(IOS)
set(CMAKE_SYSTEM_PROCESSOR "")
set(CMAKE_CXX_FLAGS_RELEASE "-DNDEBUG -O3 -fomit-frame-pointer -ffast-math")
endif()

Expand Down

0 comments on commit d48e183

Please sign in to comment.