Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 38e8936

Browse filesBrowse 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
Copy full SHA for 38e8936

File tree

Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+5Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.