mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-10 20:45:10 +02:00
11 lines
350 B
Diff
11 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") {
|