[CMake] Cmake Frameworks and Bitcode

Cameron Palmer cameron at promon.no
Mon Mar 12 10:36:08 EDT 2018


So after a bit of hacking it seems that Cmake should provide something like:

CMAKE_OSX_BITCODE_ENABLE

Which would pass -fembed-bitcode to the compiler and linker and remove the option in Darwin.cmake for -Wl,-headerpad_max_install_names in CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS.

Does this sound like something that should be submitted as a patch?


More information about the CMake mailing list