| Index: build/config/win/BUILD.gn
|
| diff --git a/build/config/win/BUILD.gn b/build/config/win/BUILD.gn
|
| index daa07741c8eb5887a7a4002a276db0b48e822b29..dec7a5abfb42305d2e0b44e85b3e36ec34a49dd1 100644
|
| --- a/build/config/win/BUILD.gn
|
| +++ b/build/config/win/BUILD.gn
|
| @@ -13,11 +13,12 @@ assert(is_win)
|
| # Windows-only.
|
| config("compiler") {
|
| asmflags = [
|
| - # When /SAFESEH is specified, the linker will only produce an image if it
|
| + # When /safeseh is specified, the linker will only produce an image if it
|
| # can also produce a table of the image's safe exception handlers. This
|
| # table specifies for the operating system which exception handlers are
|
| - # valid for the image.
|
| - "/SAFESEH",
|
| + # valid for the image. Note that /SAFESEH isn't accepted on the command
|
| + # line, only /safeseh.
|
| + "/safeseh",
|
| ]
|
|
|
| cflags = [
|
|
|