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] _______________________________________________ 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]
