1
0
Fork 0
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:
shyouhei 2018-10-22 03:59:48 +00:00
parent 93e780e03b
commit 7fbf01348b

View file

@ -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