summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--travis_config.rb2
1 files changed, 1 insertions, 1 deletions
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