12 lines
350 B
Diff
12 lines
350 B
Diff
Not supported yet
|
|
--- a/build/config/gcc/BUILD.gn
|
|
+++ b/build/config/gcc/BUILD.gn
|
|
@@ -32,7 +32,6 @@
|
|
# See http://gcc.gnu.org/wiki/Visibility
|
|
config("symbol_visibility_hidden") {
|
|
cflags = [ "-fvisibility=hidden" ]
|
|
- rustflags = [ "-Zdefault-visibility=hidden" ]
|
|
|
|
# Visibility attribute is not supported on AIX.
|
|
if (current_os != "aix") {
|