Bump the max_tokens_here in process_metrics.cc
Increase process_metrics.cc max_tokens_here to accomodate compiling on the GPU FYI Linux dEQP Builder. Bug: 1208957 Change-Id: I9a733016ab5d2792fcce59f4f70028dccb84103d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2894884 Auto-Submit: Robert Kroeger <rjkroege@chromium.org> Reviewed-by: danakj <danakj@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#882758}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
e907eae65c
commit
bc9980adbc
@@ -8,7 +8,7 @@
|
||||
// process_metrics.h is a widely included header and its size impacts build
|
||||
// time. Try not to raise this limit unless necessary. See
|
||||
// https://chromium.googlesource.com/chromium/src/+/HEAD/docs/wmax_tokens.md
|
||||
#pragma clang max_tokens_here 400000
|
||||
#pragma clang max_tokens_here 405200
|
||||
#endif // defined(OS_LINUX)
|
||||
|
||||
#include <utility>
|
||||
|
Reference in New Issue
Block a user