Commit 730fb07c authored by INADA Naoki's avatar INADA Naoki Committed by GitHub

travis: Use -O3 option (GH-5599)

We don't use debugger on Travis.
(cherry picked from commit 8ff53564)
parent 36af1187
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment