Skip to content

Commit 38e8936

Browse files
authored
travis: Use -O3 option (GH-5599)
We don't use debugger on Travis.. (cherry picked from commit 8ff5356) Co-authored-by: INADA Naoki <methane@users.noreply.github.com>
1 parent b0ca398 commit 38e8936

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ cache:
88
- pip
99
- ccache
1010

11+
env:
12+
global:
13+
# Use -O3 because we don't use debugger on Travis-CI
14+
- CFLAGS="-O3"
15+
1116
branches:
1217
only:
1318
- master

0 commit comments

Comments
 (0)