From 2b4bc3c31636cfe632186ed7b8ca983e099c27b9 Mon Sep 17 00:00:00 2001 From: Mike Klein Date: Fri, 15 Dec 2017 07:28:43 -0500 Subject: 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 Reviewed-by: Brian Osman --- gn/BUILD.gn | 1 - 1 file changed, 1 deletion(-) (limited to 'gn/BUILD.gn') 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", -- cgit v1.2.3