Index: build/config/win/BUILD.gn |
diff --git a/build/config/win/BUILD.gn b/build/config/win/BUILD.gn |
index 8b40bd452c6ee75e4efdce2db04dc6eff971e69f..d2dc8869adfa7ce4e2c42eb661df75d9282069b3 100644 |
--- a/build/config/win/BUILD.gn |
+++ b/build/config/win/BUILD.gn |
@@ -40,10 +40,6 @@ config("compiler") { |
# and unsupported but very handy. |
"/d2FastFail", |
] |
- if (!is_clang) { |
- # TODO(thakis): Enable this with clang too, https://crbug.com/598767 |
- cflags += [ "/GS" ] # Enable buffer security checking. |
- } |
# Force C/C++ mode for the given GN detected file type. This is necessary |
# for precompiled headers where the same source file is compiled in both |