Build OpenSSL with debuginfo
This commit is contained in:
parent
5eced986fc
commit
2dbc840172
|
|
@ -44,7 +44,7 @@ tar --strip-components=1 -xzf ${OUT}
|
|||
PREFIX=${HOME}/openssl
|
||||
case "${LIBRARY}" in
|
||||
"openssl")
|
||||
./Configure --prefix=${PREFIX} ${OS_COMPILER} -fPIC ${OS_FLAGS} no-shared
|
||||
./Configure --prefix=${PREFIX} ${OS_COMPILER} -fPIC -g3 ${OS_FLAGS} no-shared
|
||||
;;
|
||||
"libressl")
|
||||
./configure --prefix=${PREFIX} --disable-shared --with-pic
|
||||
|
|
|
|||
Loading…
Reference in New Issue