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