未验证 提交 48be3d6a 编写于 作者: D Dan Field 提交者: GitHub

completely strip bitcode (#11783)

上级 d4260318
......@@ -72,7 +72,7 @@ def main():
])
if args.strip_bitcode:
subprocess.check_call(['xcrun', 'bitcode_strip', '-m', linker_out, '-o', linker_out])
subprocess.check_call(['xcrun', 'bitcode_strip', '-r', linker_out, '-o', linker_out])
if args.dsym:
dsym_out = os.path.splitext(fat_framework)[0] + '.dSYM'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册