未验证 提交 0cfee1f6 编写于 作者: D Dan Field 提交者: GitHub

Bitcode only for release (#11520)

上级 bb25e5c0
......@@ -89,7 +89,7 @@ def to_gn_args(args):
if args.bitcode:
if args.target_os != 'ios':
raise Exception('Bitcode is only supported for iOS')
if runtime_mode == 'debug':
if runtime_mode != 'release':
gn_args['bitcode_marker'] = True
gn_args['enable_bitcode'] = args.bitcode
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册