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 c6a2320 commit a3dcf6aCopy full SHA for a3dcf6a
.travis.yml
@@ -14,8 +14,8 @@ 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"
+ # Use -Og because we want to run all GDB tests
+ - CFLAGS="-I${OPENSSL_DIR}/include -Og"
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 +43,7 @@ matrix:
43
addons:
44
apt:
45
packages:
46
+ - gdb
47
- xvfb
48
- name: "Documentation build"
49
os: linux
0 commit comments