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 committed Aug 14, 2017
1 parent 83217bc commit 8646be9
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 @@ -131,7 +131,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

1 comment on commit 8646be9

@xsacha
Copy link

@xsacha xsacha commented on 8646be9 Aug 31, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this fix?

Please sign in to comment.