From 60f24b23bf6ac485d195bb904635bdc3fe646b07 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Thu, 27 Jun 2019 10:23:59 -0700 Subject: bpo-30345: travis: use -Og with --with-pydebug (GH-14423) (cherry picked from commit 21cfae107e410bf4b0ab3c142ca4449bc33290f5) Co-authored-by: Inada Naoki --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d46f52c..1d47072 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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` - | -- cgit v0.12