| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index f129035e796bb80e037ce33e88c7ace0495fe2cc..c27e186735c406b3dc10d14ab59abb6f119742b5 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -189,16 +189,6 @@ config("compiler") {
|
| # --------------------------------
|
| cflags += [ "-fno-strict-aliasing" ] # See http://crbug.com/32204
|
|
|
| - # Visibility attribute is not supported on AIX.
|
| - if (current_os != "aix") {
|
| - cflags_cc += [
|
| - # 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.
|
| - "-fvisibility-inlines-hidden",
|
| - ]
|
| - }
|
| -
|
| # Stack protection.
|
| if (is_mac) {
|
| # The strong variant of the stack protector significantly increases
|
|
|