From 2dbc840172e4730990a846564b2068ea73a38793 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sat, 22 Jul 2017 11:07:24 -0700 Subject: [PATCH] Build OpenSSL with debuginfo --- test/build_openssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/build_openssl.sh b/test/build_openssl.sh index 124eabc9..56d9bd33 100755 --- a/test/build_openssl.sh +++ b/test/build_openssl.sh @@ -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