Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a30af commit 21cfae1Copy full SHA for 21cfae1
1 file changed
.travis.yml
@@ -166,7 +166,8 @@ install:
166
167
# Travis provides only 2 cores, so don't overdo the parallelism and waste memory.
168
before_script:
169
- - ./configure --with-pydebug
+ # -Og is much faster than -O0
170
+ - CFLAGS="${CFLAGS} -Og" ./configure --with-pydebug
171
- make -j4 regen-all
172
- changes=`git status --porcelain`
173
- |
0 commit comments