We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a4c68b commit 7853e06Copy full SHA for 7853e06
tools/gn
@@ -282,7 +282,7 @@ def to_gn_args(args):
282
283
# We should not need a special case for x86, but this seems to introduce text relocations
284
# even with -fPIC everywhere.
285
- 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'
286
287
if args.arm_float_abi:
288
gn_args['arm_float_abi'] = args.arm_float_abi
0 commit comments