Skip to content

Commit

Permalink
Speculatively disable GN argument 'enable_profiling' to test its effe…
Browse files Browse the repository at this point in the history
…ct on benchmarks. (flutter#3905)
  • Loading branch information
rmacnak-google authored Jul 19, 2017
1 parent a09436a commit 316fa7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gn
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 316fa7e

Please sign in to comment.