OLD | NEW |
(Empty) | |
| 1 diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn |
| 2 index 4bbc34f..c53822a 100644 |
| 3 --- a/build/config/compiler/BUILD.gn |
| 4 +++ b/build/config/compiler/BUILD.gn |
| 5 @@ -176,7 +176,7 @@ config("compiler") { |
| 6 # Not exporting C++ inline functions can generally be applied anywhere |
| 7 # so we do so here. Normal function visibility is controlled by |
| 8 # //build/config/gcc:symbol_visibility_hidden. |
| 9 - "-fvisibility-inlines-hidden", |
| 10 +# "-fvisibility-inlines-hidden", |
| 11 ] |
| 12 |
| 13 # Stack protection. |
OLD | NEW |