diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-11-19 12:52:55 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-11-21 14:38:14 +0900 |
| commit | 8258b7b5b3d5d27541e3ae537f49790e543b58ed (patch) | |
| tree | 7d47acdae50ce5e8c864eac32753089de093994b /build_config/host-m32.rb | |
| parent | 1974aa0f723bb1971d46ea2185d6b2f4c6581d55 (diff) | |
| download | mruby-8258b7b5b3d5d27541e3ae537f49790e543b58ed.tar.gz mruby-8258b7b5b3d5d27541e3ae537f49790e543b58ed.zip | |
Specify `conf` explicitly for `enable_debug`.
Diffstat (limited to 'build_config/host-m32.rb')
| -rw-r--r-- | build_config/host-m32.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_config/host-m32.rb b/build_config/host-m32.rb index c2b07137f..9e27a0792 100644 --- a/build_config/host-m32.rb +++ b/build_config/host-m32.rb @@ -9,7 +9,7 @@ MRuby::Build.new do |conf| conf.linker.flags << '-m32' # Turn on `enable_debug` for better debugging - enable_debug + conf.enable_debug conf.enable_test conf.enable_bintest end |
