Use `default' gembox by default.

I changed to use `full-core` gembox for debugging. It should have been
reverted before `mruby3` branch was merged.
parent 3847c7eb
......@@ -20,7 +20,7 @@ MRuby::Build.new do |conf|
# conf.gem :git => 'git@github.com:mattn/mruby-onig-regexp.git', :branch => 'master', :options => '-v'
# include the GEM box
conf.gembox 'full-core'
conf.gembox 'default'
# C compiler settings
# conf.cc do |cc|
......
......@@ -3,7 +3,7 @@ MRuby::Build.new do |conf|
enable_debug
# include the default GEMs
conf.gembox 'full-core'
conf.gembox 'default'
# C compiler settings
conf.cc.defines = %w(MRB_ENABLE_DEBUG_HOOK)
......
......@@ -3,7 +3,7 @@ MRuby::Build.new do |conf|
toolchain :gcc
# include the GEM box
conf.gembox 'full-core'
conf.gembox 'default'
conf.cc.flags << '-pg'
conf.linker.flags << '-pg'
......
......@@ -3,7 +3,7 @@ MRuby::Build.new do |conf|
toolchain :gcc
# include the GEM box
conf.gembox 'full-core'
conf.gembox 'default'
conf.cc.flags << '-m32'
conf.linker.flags << '-m32'
......
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