From f2cc1239a53c7f324c87e5ad11557335ac4179bd Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Tue, 22 Aug 2017 22:24:12 +0900 Subject: Turn on method cache for Travis CI. --- travis_config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'travis_config.rb') diff --git a/travis_config.rb b/travis_config.rb index c2c6e0c6a..5904d6880 100644 --- a/travis_config.rb +++ b/travis_config.rb @@ -6,7 +6,7 @@ MRuby::Build.new('debug') do |conf| 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 -- cgit v1.2.3