Commit 21cfae10 authored by Inada Naoki's avatar Inada Naoki Committed by GitHub

bpo-30345: travis: use -Og with --with-pydebug (GH-14423)

parent 45a30af1
......@@ -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`
- |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment