Skip to content

Commit 7853e06

Browse files
authored
Revert "Show more symbols on profiling builds (#104)" (#112)
This reverts commit 1c0b087.
1 parent 5a4c68b commit 7853e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ def to_gn_args(args):
282282

283283
# We should not need a special case for x86, but this seems to introduce text relocations
284284
# even with -fPIC everywhere.
285-
gn_args['enable_profiling'] = args.runtime_mode != 'release' and args.android_cpu != 'x86'
285+
# gn_args['enable_profiling'] = args.runtime_mode != 'release' and args.android_cpu != 'x86'
286286

287287
if args.arm_float_abi:
288288
gn_args['arm_float_abi'] = args.arm_float_abi

0 commit comments

Comments
 (0)