我正在尝试使用bitcode构建openSSL 1.1.0。
在我定义的makefile中
CC= $(CROSS_COMPILE)clang -fembed-bitcode
但后来我收到了错误
ld: -bundle and -bitcode_bundle (Xcode setting ENABLE_BITCODE=YES) cannot be used together
clang: error: linker command failed with exit code 1 (use -v to see invocation)
没有bitcode,它运作良好。
如何使用bitcode支持构建它?