diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-05-01 07:40:38 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-10-12 16:21:02 +0900 |
| commit | 0d755e583c3b51a56b95cc4fa468ecbc1c0063aa (patch) | |
| tree | 587eb6779a388668f6e4a92f95d3c2097e8fdeca /target/host-debug.rb | |
| parent | 92d8012b4ea9ae3fe777a54b188e00f6a345319b (diff) | |
| download | mruby-0d755e583c3b51a56b95cc4fa468ecbc1c0063aa.tar.gz mruby-0d755e583c3b51a56b95cc4fa468ecbc1c0063aa.zip | |
Build process updated:
You have to specify `TARGET` to specify a configuration, e.g.
```
rake TARGET=host-debug all test
```
When you port `mruby` to a new configuration:
1. copy an existing configuration under `target` directory
2. modify the new configuration file
3. build using the new configuration
4. send PR if you please
Diffstat (limited to 'target/host-debug.rb')
| -rw-r--r-- | target/host-debug.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/host-debug.rb b/target/host-debug.rb index 2fcb22e8f..4e89d162c 100644 --- a/target/host-debug.rb +++ b/target/host-debug.rb @@ -11,7 +11,7 @@ MRuby::Build.new('host-debug') do |conf| enable_debug # include the default GEMs - conf.gembox 'default' + conf.gembox 'full-core' # C compiler settings conf.cc.defines = %w(MRB_ENABLE_DEBUG_HOOK) |
