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

build with MRB_GC_FIXED_ARENA on travis
This commit is contained in:
Yukihiro "Matz" Matsumoto
2013-11-22 14:06:00 -08:00
+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