提交 316fa7e2 编写于 作者: R Ryan Macnak 提交者: GitHub

Speculatively disable GN argument 'enable_profiling' to test its effect on benchmarks. (#3905)

上级 a09436af
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册