aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2017-07-22 11:07:24 -0700
committerSteven Fackler <[email protected]>2017-07-22 11:07:24 -0700
commit2dbc840172e4730990a846564b2068ea73a38793 (patch)
tree9abc8b227c0cbbc83c33d1ebb1cb9be58ab5b733 /test
parentSet RUST_BACKTRACE=1 on tests (diff)
downloadrust-openssl-2dbc840172e4730990a846564b2068ea73a38793.tar.xz
rust-openssl-2dbc840172e4730990a846564b2068ea73a38793.zip
Build OpenSSL with debuginfo
Diffstat (limited to 'test')
-rwxr-xr-xtest/build_openssl.sh2
1 files changed, 1 insertions, 1 deletions
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