| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index 455dce9325eab2ea50e8fbd761c21d868f83e9e6..cdc7f6b33868f62ec8642cfb22b7438aa8c52fd9 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -36,6 +36,7 @@ config("compiler") {
|
| "/GS", # Enable buffer security checking.
|
| "/EHsc", # Assume C functions can't throw exceptions and don't catch
|
| # structured exceptions (only C++ ones).
|
| + "/FS", # Preserve previous PDB behavior.
|
| ]
|
| } else {
|
| # Common GCC compiler flags setup.
|
|
|