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 3ee96e6 commit 837ea37Copy full SHA for 837ea37
libressl.sh
@@ -43,7 +43,7 @@ _VER="$1"
43
CPPFLAGS+=' -DS2N_BN_HIDE_SYMBOLS'
44
45
if [ "${_OS}" = 'mac' ]; then
46
- CPPFLAGS+=' -Dglobl=private_extern' # make assembly symbols hidden
+ #CPPFLAGS+=' -Dglobl=private_extern' # make assembly symbols hidden
47
48
# Workaround for mis-detecting 'strtonum' successfully despite targeting
49
# older OS version, then using it.
0 commit comments