| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index 9d651ad27157f85f6aa0d723bf677abf284e614a..4487e63aaf524f778740c667956dca8c8ed93fc7 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -181,10 +181,6 @@ config("compiler") {
|
| # --------------------------------
|
| cflags += [ "-fno-strict-aliasing" ] # See http://crbug.com/32204
|
| cflags_cc += [
|
| - # If this is removed then remove the corresponding /Zc:threadSafeInit- for
|
| - # Windows.
|
| - "-fno-threadsafe-statics",
|
| -
|
| # Not exporting C++ inline functions can generally be applied anywhere
|
| # so we do so here. Normal function visibility is controlled by
|
| # //build/config/gcc:symbol_visibility_hidden.
|
|
|