summaryrefslogtreecommitdiffhomepage
path: root/build_config/host-cxx.rb
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-10-29 11:53:10 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2020-10-29 11:53:10 +0900
commit385cebe0b9fd31d96b9586c7c71b2735de758894 (patch)
tree453093916232f0a45a0a8c09369229a9fd026a62 /build_config/host-cxx.rb
parent3847c7eb64229b13b72e3a15f30b04b1f9a09c3e (diff)
downloadmruby-385cebe0b9fd31d96b9586c7c71b2735de758894.tar.gz
mruby-385cebe0b9fd31d96b9586c7c71b2735de758894.zip
Use `default' gembox by default.
I changed to use `full-core` gembox for debugging. It should have been reverted before `mruby3` branch was merged.
Diffstat (limited to 'build_config/host-cxx.rb')
-rw-r--r--build_config/host-cxx.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_config/host-cxx.rb b/build_config/host-cxx.rb
index ae05e63c2..fa75a3ccb 100644
--- a/build_config/host-cxx.rb
+++ b/build_config/host-cxx.rb
@@ -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)