我正在尝试使用 bitcode 构建 openSSL 1.1.0。
在我定义的 makefile 中
CC= $(CROSS_COMPILE)clang -fembed-bitcode
Run Code Online (Sandbox Code Playgroud)
但后来我得到了错误
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)
Run Code Online (Sandbox Code Playgroud)
没有位码,它运行良好。
如何使用位码支持构建它?
| 归档时间: |
|
| 查看次数: |
1792 次 |
| 最近记录: |