Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 316fa7e

Browse files
Speculatively disable GN argument 'enable_profiling' to test its effect on benchmarks. (#3905)
1 parent a09436a commit 316fa7e

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
@@ -164,7 +164,7 @@ def to_gn_args(args):
164164

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

169169
return gn_args
170170

0 commit comments

Comments
 (0)