From: INADA Naoki Date: Wed, 25 Apr 2018 01:27:18 +0000 (+0900) Subject: travis: Use -O3 option (GH-5599) X-Git-Tag: v3.6.6rc1~166 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38e8936eed3d50b39629d4719fd836966c1517f2;p=python travis: Use -O3 option (GH-5599) We don't use debugger on Travis.. (cherry picked from commit 8ff53564730f7ba503f5ad94418c309c48e8516d) Co-authored-by: INADA Naoki --- diff --git a/.travis.yml b/.travis.yml index 7d92c2e2f8..2ced4d0b97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,11 @@ cache: - pip - ccache +env: + global: + # Use -O3 because we don't use debugger on Travis-CI + - CFLAGS="-O3" + branches: only: - master