> On Sep 11, 2015, at 4:45 PM, Rick Mann <[email protected]> wrote: > > I'm trying to build the OpenCV framework with bitcode support. OpenCV is > built using cmake, and a Python script that drives cmake to build all the > various architectures. > > I had hoped it would be as easy as adding -DENABLE_BITCODE=1 in the cmake > build rules somewhere, but I was looking at a pure Xcode project, trying to > find out where Xcode specifies ENABLE_BITCODE during the build process, and > didn't see it, or anything related to bitcode. So, I'm wondering how to work > it into the cmake-based OpenCV project. > > TIA, > > -- > Rick Mann > [email protected]
I haven't tried it, but this looks useful: http://stackoverflow.com/questions/31486232/how-do-i-xcodebuild-a-static-library-with-bitcode-enabled If you get it figured out, let me know as I have some interest in a project with OpenCV whenever I can find some time. Thanks, Dave Reed _______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to [email protected]
