Index: build/config/win/BUILD.gn |
diff --git a/build/config/win/BUILD.gn b/build/config/win/BUILD.gn |
index b1cb7246fbf5d0e02d4ec2b313fab6f1ec19ad1e..e00bfcb8e0754da5273b568b72f009f4088fd7eb 100644 |
--- a/build/config/win/BUILD.gn |
+++ b/build/config/win/BUILD.gn |
@@ -55,11 +55,6 @@ config("compiler") { |
# Work around crbug.com/526851, bug in VS 2015 RTM compiler. |
"/Zc:sizedDealloc-", |
- |
- # Disable thread-safe statics to avoid overhead and because |
- # they are disabled on other platforms. See crbug.com/587210 |
- # and -fno-threadsafe-statics. |
- "/Zc:threadSafeInit-", |
] |
# Building with Clang on Windows is a work in progress and very |