mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
build_config/host-debug.rb: enable MRB_UTF8_STRING; ref #5727
This commit is contained in:
@@ -8,7 +8,7 @@ MRuby::Build.new('host') do |conf|
|
||||
conf.gembox 'full-core'
|
||||
|
||||
# C compiler settings
|
||||
conf.cc.defines = %w(MRB_USE_DEBUG_HOOK MRB_NO_BOXING)
|
||||
conf.cc.defines = %w(MRB_USE_DEBUG_HOOK MRB_NO_BOXING MRB_UTF8_STRING)
|
||||
|
||||
# Generate mruby debugger command (require mruby-eval)
|
||||
conf.gem :core => "mruby-bin-debugger"
|
||||
|
||||
Reference in New Issue
Block a user