Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a719c8f commit 667eaffCopy full SHA for 667eaff
1 file changed
.travis.yml
@@ -14,8 +14,7 @@ env:
14
- OPENSSL=1.1.1c
15
- OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}"
16
- PATH="${OPENSSL_DIR}/bin:$PATH"
17
- # Use -O3 because we don't use debugger on Travis-CI
18
- - CFLAGS="-I${OPENSSL_DIR}/include -O3"
+ - CFLAGS="-I${OPENSSL_DIR}/include"
19
- LDFLAGS="-L${OPENSSL_DIR}/lib"
20
# Set rpath with env var instead of -Wl,-rpath linker flag
21
# OpenSSL ignores LDFLAGS when linking bin/openssl
@@ -43,6 +42,7 @@ matrix:
43
42
addons:
44
apt:
45
packages:
+ - gdb
46
- xvfb
47
- name: "Documentation build"
48
os: linux
0 commit comments