mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
build_config/ci/gcc-clang.rb: enable MRB_UTF8_STRING.
This commit is contained in:
@@ -6,7 +6,7 @@ MRuby::Build.new('full-debug') do |conf|
|
||||
|
||||
# include all core GEMs
|
||||
conf.gembox 'full-core'
|
||||
conf.cc.defines += %w(MRB_GC_STRESS MRB_USE_DEBUG_HOOK)
|
||||
conf.cc.defines += %w(MRB_GC_STRESS MRB_USE_DEBUG_HOOK MRB_UTF8_STRING)
|
||||
|
||||
conf.enable_test
|
||||
end
|
||||
@@ -18,7 +18,7 @@ MRuby::Build.new do |conf|
|
||||
conf.gembox 'full-core'
|
||||
conf.gem :core => 'mruby-bin-debugger'
|
||||
conf.compilers.each do |c|
|
||||
c.defines += %w(MRB_GC_FIXED_ARENA)
|
||||
c.defines += %w(MRB_GC_FIXED_ARENA MRB_UTF8_STRING)
|
||||
end
|
||||
conf.enable_bintest
|
||||
conf.enable_test
|
||||
@@ -30,7 +30,7 @@ MRuby::Build.new('cxx_abi') do |conf|
|
||||
conf.gembox 'full-core'
|
||||
conf.cc.flags += %w(-fpermissive)
|
||||
conf.compilers.each do |c|
|
||||
c.defines += %w(MRB_GC_FIXED_ARENA)
|
||||
c.defines += %w(MRB_GC_FIXED_ARENA MRB_UTF8_STRING)
|
||||
end
|
||||
conf.enable_test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user