Commit b746a005 authored by Tomoyuki Sahara's avatar Tomoyuki Sahara

build with MRB_GC_FIXED_ARENA.

parent 07b8a5b0
......@@ -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