mirror of
https://github.com/python/cpython.git
synced 2025-09-30 20:31:52 +00:00
travis: Use -O3 option (GH-5599)
We don't use debugger on Travis.
(cherry picked from commit 8ff5356473
)
Co-authored-by: INADA Naoki <methane@users.noreply.github.com>
This commit is contained in:
parent
2ef69a1d45
commit
e39429ab90
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ env:
|
|||
- OPENSSL=1.1.0g
|
||||
- OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}"
|
||||
- PATH="${OPENSSL_DIR}/bin:$PATH"
|
||||
- CFLAGS="-I${OPENSSL_DIR}/include"
|
||||
# Use -O3 because we don't use debugger on Travis-CI
|
||||
- CFLAGS="-I${OPENSSL_DIR}/include -O3"
|
||||
- LDFLAGS="-L${OPENSSL_DIR}/lib"
|
||||
# Set rpath with env var instead of -Wl,-rpath linker flag
|
||||
# OpenSSL ignores LDFLAGS when linking bin/openssl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue