From e91dfd07be6e07179814cfc17be182fd114c3d28 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Tue, 19 Jan 2021 12:02:13 +0900 Subject: Compile `mruby-bin-debugger` with `ci/gcc-clang.rb`. --- build_config/ci/gcc-clang.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'build_config') diff --git a/build_config/ci/gcc-clang.rb b/build_config/ci/gcc-clang.rb index 2535c9135..aa4a1a87d 100644 --- a/build_config/ci/gcc-clang.rb +++ b/build_config/ci/gcc-clang.rb @@ -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 -- cgit v1.2.3