Compile mruby-bin-debugger with ci/gcc-clang.rb.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2021-01-19 12:02:13 +09:00
parent 0661ebb669
commit e91dfd07be
+1
View File
@@ -16,6 +16,7 @@ MRuby::Build.new do |conf|
# include all core GEMs
conf.gembox 'full-core'
conf.gem :core => 'mruby-bin-debugger'
conf.compilers.each do |c|
c.defines += %w(MRB_GC_FIXED_ARENA)
end