From 316fa7e22392f485087fad06ecdce0c67b090969 Mon Sep 17 00:00:00 2001 From: Ryan Macnak Date: Wed, 19 Jul 2017 12:52:53 -0700 Subject: [PATCH] Speculatively disable GN argument 'enable_profiling' to test its effect on benchmarks. (#3905) --- tools/gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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