]> granicus.if.org Git - python/commitdiff
travis: Use -O3 option (GH-5599)
authorINADA Naoki <methane@users.noreply.github.com>
Wed, 25 Apr 2018 01:27:18 +0000 (10:27 +0900)
committerGitHub <noreply@github.com>
Wed, 25 Apr 2018 01:27:18 +0000 (10:27 +0900)
We don't use debugger on Travis..
(cherry picked from commit 8ff53564730f7ba503f5ad94418c309c48e8516d)

Co-authored-by: INADA Naoki <methane@users.noreply.github.com>
.travis.yml

index 7d92c2e2f852986cb5006a74f4ecedc45f03cb96..2ced4d0b97f6f84da251b2e5a6c2cfd2bc95cf29 100644 (file)
@@ -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