mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
bpo-30345: travis: use -Og with --with-pydebug (GH-14423)
(cherry picked from commit 21cfae107e
)
Co-authored-by: Inada Naoki <songofacandy@gmail.com>
This commit is contained in:
parent
6fbed5350c
commit
60f24b23bf
1 changed files with 2 additions and 1 deletions
|
@ -166,7 +166,8 @@ install:
|
||||||
|
|
||||||
# Travis provides only 2 cores, so don't overdo the parallelism and waste memory.
|
# Travis provides only 2 cores, so don't overdo the parallelism and waste memory.
|
||||||
before_script:
|
before_script:
|
||||||
- ./configure --with-pydebug
|
# -Og is much faster than -O0
|
||||||
|
- CFLAGS="${CFLAGS} -Og" ./configure --with-pydebug
|
||||||
- make -j4 regen-all
|
- make -j4 regen-all
|
||||||
- changes=`git status --porcelain`
|
- changes=`git status --porcelain`
|
||||||
- |
|
- |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue