mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Enable android_full_debug on —unoptimized builds. (flutter/engine#3228)
Previously, —unoptimized builds on Android would include debug symbols but still would be optimized. This killed the experience in the debugger on Android.
This commit is contained in:
parent
443de688fb
commit
eceff83817
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user