| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index a4eae25aedf569b5ac2f44fa8dcc219241fb1e34..79e5c3b39a872a6fe4d8d36a153ac0420b7a720f 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -106,6 +106,7 @@ config("compiler") {
|
| "/Gy", # Enable function-level linking.
|
| "/GS", # Enable buffer security checking.
|
| "/FS", # Preserve previous PDB behavior.
|
| + "/bigobj", # Some of our files are bigger than the regular limits.
|
| ]
|
|
|
| # Force C/C++ mode for the given GN detected file type. This is necessary
|
|
|