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 8f915d7 commit 553f5e1Copy full SHA for 553f5e1
libressl.sh
@@ -36,7 +36,7 @@ _VER="$1"
36
37
options=''
38
CFLAGS=" -ffile-prefix-map=$(pwd)=" # MERGED: https://github.com/libressl/portable/issues/761 (doesn't seem to fully fix the issue)
39
- CPPFLAGS='-DOPENSSL_NO_FILENAMES'
+ CPPFLAGS=''
40
41
if [[ "${_CONFIG}" != *'debug'* ]]; then
42
CPPFLAGS+=' -DNDEBUG'
0 commit comments