Build OpenSSL with debuginfo

This commit is contained in:
Steven Fackler 2017-07-22 11:07:24 -07:00
parent 5eced986fc
commit 2dbc840172
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ tar --strip-components=1 -xzf ${OUT}
PREFIX=${HOME}/openssl PREFIX=${HOME}/openssl
case "${LIBRARY}" in case "${LIBRARY}" in
"openssl") "openssl")
./Configure --prefix=${PREFIX} ${OS_COMPILER} -fPIC ${OS_FLAGS} no-shared ./Configure --prefix=${PREFIX} ${OS_COMPILER} -fPIC -g3 ${OS_FLAGS} no-shared
;; ;;
"libressl") "libressl")
./configure --prefix=${PREFIX} --disable-shared --with-pic ./configure --prefix=${PREFIX} --disable-shared --with-pic