| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 7120836c637e8683adddc516c84a9f7cc9ae7a6e..cbc5e29fef4336934cd5daf024bc02b406cec348 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -5702,6 +5702,7 @@
|
| 'VCCLCompilerTool': {
|
| 'AdditionalOptions': ['/MP'],
|
| 'MinimalRebuild': 'false',
|
| + 'BufferSecurityCheck': 'true',
|
| 'EnableFunctionLevelLinking': 'true',
|
| 'RuntimeTypeInfo': 'false',
|
| 'WarningLevel': '4',
|
| @@ -5774,14 +5775,6 @@
|
| }],
|
| ],
|
| 'conditions': [
|
| - ['clang==0', {
|
| - 'VCCLCompilerTool': {
|
| - # TODO(thakis): Enable this with clang too,
|
| - # https://crbug.com/598767
|
| - 'BufferSecurityCheck': 'true',
|
| - },
|
| - }],
|
| -
|
| # Building with Clang on Windows is a work in progress and very
|
| # experimental. See crbug.com/82385.
|
| # Keep this in sync with the similar blocks in build/config/compiler/BUILD.gn
|
|
|