提交 5118d047 编写于 作者: C Chinmay Garde 提交者: GitHub

Enable android_full_debug on —unoptimized builds. (#3228)

Previously, —unoptimized builds on Android would include debug symbols but still would be optimized. This killed the experience in the debugger on Android.
上级 e5da933a
......@@ -47,6 +47,7 @@ def to_gn_args(args):
gn_args = {}
gn_args['is_debug'] = args.unoptimized
gn_args['android_full_debug'] = args.target_os == 'android' and args.unoptimized
gn_args['is_clang'] = True
ios_target_cpu = 'arm64'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册