aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2017-12-15 07:28:43 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-12-15 14:11:08 +0000
commit2b4bc3c31636cfe632186ed7b8ca983e099c27b9 (patch)
tree847acc5d398ad826bcb957baa6d05aef07fd086c /gn/BUILD.gn
parent9eedea7c507569212bb5d4b45425ac751467da10 (diff)
Don't set /GS- on Windows builds.
I'm not sure why we're setting this... it disables buffer overrun protection. That seems like something we'd like on all test bots, not just the Debug ones. https://docs.microsoft.com/en-us/cpp/build/reference/gs-buffer-security-check Change-Id: I0bc3ec146812b4ad3d1d39488caf6e78633830fc Reviewed-on: https://skia-review.googlesource.com/85660 Commit-Queue: Brian Osman <brianosman@google.com> Reviewed-by: Brian Osman <brianosman@google.com>
Diffstat (limited to 'gn/BUILD.gn')
-rw-r--r--gn/BUILD.gn1
1 files changed, 0 insertions, 1 deletions
diff --git a/gn/BUILD.gn b/gn/BUILD.gn
index 4819ee151a..4d6ada7040 100644
--- a/gn/BUILD.gn
+++ b/gn/BUILD.gn
@@ -403,7 +403,6 @@ config("release") {
cflags = [
"/O2",
"/Zc:inline",
- "/GS-",
]
ldflags = [
"/OPT:ICF",