diff --git a/tools/gn b/tools/gn index 85bca071645..6380f4702aa 100755 --- a/tools/gn +++ b/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