diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7d92c2e..2ced4d0 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 |