diff options
-rw-r--r-- | gn/BUILD.gn | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gn/BUILD.gn b/gn/BUILD.gn index 95fb362bea..108d104bfc 100644 --- a/gn/BUILD.gn +++ b/gn/BUILD.gn @@ -150,10 +150,7 @@ config("default") { "-fPIC", "-Werror", ] - cflags_cc += [ - "-std=c++11", - "-fno-threadsafe-statics", - ] + cflags_cc += [ "-std=c++11" ] # The main idea is to slim the exported API, but these flags also improve link time on Mac. # These would make stack traces worse on Linux, so we don't just set them willy-nilly. |