aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2017-07-22 11:11:02 -0700
committerSteven Fackler <[email protected]>2017-07-22 11:11:02 -0700
commit581fadc34c869969432fe0107d3187ede96e652f (patch)
tree8cd283f32639c8319d201559c9077880b3926497
parentBuild OpenSSL with debuginfo (diff)
downloadrust-openssl-581fadc34c869969432fe0107d3187ede96e652f.tar.xz
rust-openssl-581fadc34c869969432fe0107d3187ede96e652f.zip
Drop to just -g
Debian's ld seems to ICE on it otherwise with OpenSSL 1.1 :(
-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 56d9bd33..82d9fc7e 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 -g3 ${OS_FLAGS} no-shared
+ ./Configure --prefix=${PREFIX} ${OS_COMPILER} -fPIC -g ${OS_FLAGS} no-shared
;;
"libressl")
./configure --prefix=${PREFIX} --disable-shared --with-pic