diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2017-08-22 22:24:12 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2017-08-26 02:01:50 +0900 |
| commit | f2cc1239a53c7f324c87e5ad11557335ac4179bd (patch) | |
| tree | 05f3251ed6bffc808f91ebd7c19a4cf1e7f7dcef /travis_config.rb | |
| parent | f7f1aca8b541e1c8e3caf24dc5fb0d8c88383f8b (diff) | |
| download | mruby-f2cc1239a53c7f324c87e5ad11557335ac4179bd.tar.gz mruby-f2cc1239a53c7f324c87e5ad11557335ac4179bd.zip | |
Turn on method cache for Travis CI.
Diffstat (limited to 'travis_config.rb')
| -rw-r--r-- | travis_config.rb | 2 |
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 |
