mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
.travis.yml: give up -O0
This configuration timed out. https://travis-ci.org/ruby/ruby/jobs/444523912 Try speed things up. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65298 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
93e780e03b
commit
7fbf01348b
1 changed files with 0 additions and 2 deletions
|
@ -155,8 +155,6 @@ matrix:
|
|||
-Wunused-variable
|
||||
)
|
||||
CONFIG_FLAG_ARRAY=(
|
||||
optflags=-O0
|
||||
debugflags=-g0
|
||||
warnflags="${warnflags_array[*]}"
|
||||
LDFLAGS=-Wno-unused-command-line-argument)
|
||||
- os: linux
|
||||
|
|
Loading…
Reference in a new issue