Skip to content

Commit

Permalink
Turn on method cache for Travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
matz committed Aug 25, 2017
1 parent f7f1aca commit f2cc123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis_config.rb
Expand Up @@ -6,7 +6,7 @@
conf.gembox 'full-core'
conf.cc.flags += %w(-Werror=declaration-after-statement)
conf.compilers.each do |c|
c.defines += %w(MRB_GC_STRESS MRB_GC_FIXED_ARENA)
c.defines += %w(MRB_GC_STRESS MRB_GC_FIXED_ARENA MRB_METHOD_CACHE)
end

build_mrbc_exec
Expand Down

0 comments on commit f2cc123

Please sign in to comment.