Commit cfd97503 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #1591 from iij/pr-fixed-arena-on-travis

build with MRB_GC_FIXED_ARENA on travis
parents 07b8a5b0 b746a005
......@@ -3,5 +3,5 @@ MRuby::Build.new do |conf|
# include all core GEMs
conf.gembox 'full-core'
conf.cc.defines = %w(MRB_DEBUG)
conf.cc.defines = %w(MRB_DEBUG MRB_GC_FIXED_ARENA)
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment