diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-01-19 12:02:13 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-01-19 12:05:16 +0900 |
| commit | e91dfd07be6e07179814cfc17be182fd114c3d28 (patch) | |
| tree | a3bceb37c64b79a6d4dd778602e403f932ee39f1 /build_config/ci | |
| parent | 0661ebb66988ce6d5e2104ab1c8acf63666c5370 (diff) | |
| download | mruby-e91dfd07be6e07179814cfc17be182fd114c3d28.tar.gz mruby-e91dfd07be6e07179814cfc17be182fd114c3d28.zip | |
Compile `mruby-bin-debugger` with `ci/gcc-clang.rb`.
Diffstat (limited to 'build_config/ci')
| -rw-r--r-- | build_config/ci/gcc-clang.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
