Skip to content

Commit d306ece

Browse files
authored
Update .travis.yml
1 parent a3dcf6a commit d306ece

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ env:
1414
- OPENSSL=1.1.1c
1515
- OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}"
1616
- PATH="${OPENSSL_DIR}/bin:$PATH"
17-
# Use -Og because we want to run all GDB tests
18-
- CFLAGS="-I${OPENSSL_DIR}/include -Og"
17+
- CFLAGS="-I${OPENSSL_DIR}/include"
1918
- LDFLAGS="-L${OPENSSL_DIR}/lib"
2019
# Set rpath with env var instead of -Wl,-rpath linker flag
2120
# OpenSSL ignores LDFLAGS when linking bin/openssl

0 commit comments

Comments
 (0)