mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Speculatively disable GN argument 'enable_profiling' to test its effect on benchmarks. (#3905)
This commit is contained in:
parent
a09436af92
commit
316fa7e223
2
tools/gn
2
tools/gn
@ -164,7 +164,7 @@ def to_gn_args(args):
|
||||
|
||||
# We should not need a special case for x86, but this seems to introduce text relocations
|
||||
# even with -fPIC everywhere.
|
||||
gn_args['enable_profiling'] = args.runtime_mode != 'release' and args.android_cpu != 'x86'
|
||||
# gn_args['enable_profiling'] = args.runtime_mode != 'release' and args.android_cpu != 'x86'
|
||||
|
||||
return gn_args
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user