| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index fbf6db6ee9313012fee6ac8594e960f05075bf41..745a3a31badde77f9a76cbeb8e18382a453ddfd9 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -104,6 +104,7 @@ config("compiler") {
|
| "/Gy", # Enable function-level linking.
|
| "/GS", # Enable buffer security checking.
|
| "/FS", # Preserve previous PDB behavior.
|
| + "/bigobj", # Always use big .obj format.
|
| ]
|
|
|
| # Building with Clang on Windows is a work in progress and very
|
|
|