mirror of https://github.com/python/cpython
bpo-30345: travis: use -Og with --with-pydebug (GH-14423)
This commit is contained in:
parent
45a30af109
commit
21cfae107e
|
@ -166,7 +166,8 @@ install:
|
|||
|
||||
# Travis provides only 2 cores, so don't overdo the parallelism and waste memory.
|
||||
before_script:
|
||||
- ./configure --with-pydebug
|
||||
# -Og is much faster than -O0
|
||||
- CFLAGS="${CFLAGS} -Og" ./configure --with-pydebug
|
||||
- make -j4 regen-all
|
||||
- changes=`git status --porcelain`
|
||||
- |
|
||||
|
|
Loading…
Reference in New Issue