Skip to content

Commit

Permalink
Build OpenSSL with debuginfo
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jul 22, 2017
1 parent 5eced98 commit 2dbc840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/build_openssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2dbc840

Please sign in to comment.