We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7075de8 commit b16a570Copy full SHA for b16a570
erts/configure
@@ -8554,6 +8554,8 @@ esac
8554
fi
8555
8556
8557
+ # Make -fvisibility=hidden usable if supported. Currently only used by
8558
+ # our PCRE2 to avoid symbol clashes with real PCRE2 if dynamically loaded.
8559
8560
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if we can add -fvisibility=hidden to VISIBILITY_HIDDEN (via CFLAGS)" >&5
8561
printf %s "checking if we can add -fvisibility=hidden to VISIBILITY_HIDDEN (via CFLAGS)... " >&6; }
0 commit comments