build with MRB_GC_FIXED_ARENA.

This commit is contained in:
Tomoyuki Sahara
2013-11-22 14:01:39 +09:00
parent 07b8a5b042
commit b746a005c8
+1 -1
View File
@@ -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